Searched refs:live_path (Results 1 – 1 of 1) sorted by relevance
9 live_path: String, field14 let live_path = format!("./{app_name}/{stream_name}"); in new() localVariable15 fs::create_dir_all(live_path.clone()).unwrap(); in new()19 live_path, in new()24 let ts_file_path = format!("{}/{}", self.live_path, ts_file_name); in write()