Home
last modified time | relevance | path

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

/xiu/protocol/hls/src/
H A Dtest_flv2hls.rs56 let mut contents = Vec::new(); in test_flv2hls() localVariable
58 file.read_to_end(&mut contents)?; in test_flv2hls()
61 data.extend(contents); in test_flv2hls()
/xiu/protocol/webrtc/src/session/
H A Dmod.rs488 let mut contents = Vec::new(); in gen_file_response() localVariable
489 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()