Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/util/process_wrapper/
H A Dutil.rs28 read_to_array(file) in read_file_to_array()
36 fn read_to_array(reader: impl Read) -> Result<Vec<String>, String> { in read_to_array() function
69 let escaped_lines = read_to_array(reader)?; in stamp_status_to_array()
96 let got = read_to_array(input.as_bytes()).unwrap(); in test_read_to_array()