Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/gen/src/
Dmod.rs109 fn read_to_string(path: &Path) -> Result<String> { in read_to_string() function
/third_party/rust/crates/either/src/
Dlib.rs1109 fn read_to_string(&mut self, buf: &mut std::string::String) -> io::Result<usize> { in read_to_string() function