Home
last modified time | relevance | path

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

/xiu/library/logger/src/
H A Dtarget.rs31 let mut file_handler = self.cur_file_handler.lock().unwrap(); in flush() localVariable
/xiu/protocol/hls/src/
H A Dm3u8.rs130 let mut file_handler = File::create(vod_m3u8_path).unwrap(); in clear() localVariable
184 let mut file_handler = File::create(m3u8_path).unwrap(); in refresh_playlist() localVariable