Searched refs:contents (Results 1 – 2 of 2) sorted by relevance
56 let mut contents = Vec::new(); in test_flv2hls() localVariable58 file.read_to_end(&mut contents)?; in test_flv2hls()61 data.extend(contents); in test_flv2hls()
488 let mut contents = Vec::new(); in gen_file_response() localVariable489 file.read_to_end(&mut contents) in gen_file_response()492 let contents_str = String::from_utf8_lossy(&contents).to_string(); in gen_file_response()