Home
last modified time | relevance | path

Searched refs:read_file (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.141.3/tools/kt-dump/
H A Dkt-dump.cpp41 static bool read_file(std::string in_path, std::vector<uint8_t> &out_vec);
128 if (!read_file(arg, file_contents)) { in main()
257 read_file(std::string in_path, std::vector<uint8_t> &out_vec) in read_file() function