Home
last modified time | relevance | path

Searched defs:read_binary_file (Results 1 – 2 of 2) sorted by relevance

/third_party/json/tests/src/
Dtest_utils.hpp18 inline std::vector<std::uint8_t> read_binary_file(const std::string& filename) in read_binary_file() function
/third_party/rust/rust/compiler/rustc_span/src/
Dsource_map.rs107 fn read_binary_file(&self, path: &Path) -> io::Result<Vec<u8>>; in read_binary_file() method
122 fn read_binary_file(&self, path: &Path) -> io::Result<Vec<u8>> { in read_binary_file() method