Searched defs:valid_files (Results 1 – 4 of 4) sorted by relevance
47 let valid_files = Arc::new(create_filename_hash_set()); in run_http_server() localVariable50 let valid_files = valid_files.clone(); in run_http_server() localVariable
72 let mut valid_files: HashSet<String> = HashSet::new(); in create_filename_hash_set() localVariable
100 valid_files = glob.glob(os.path.join(dir_prefix, "*.x*")) variable
183 std::list<std::pair<const time_t, std::string>> valid_files; in removeOldFilesInternal() local