Searched defs:valid_files (Results 1 – 2 of 2) sorted by relevance
39 let valid_files = Arc::new(create_filename_hash_set()); in run_http_server() localVariable42 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