Searched refs:check_valid_file_path (Results 1 – 1 of 1) sorted by relevance
86 fn check_valid_file_path(path: &str, valid_files: &HashSet<String>) -> bool { in check_valid_file_path() function160 if check_valid_file_path(new_path.as_str(), &valid_files) { in handle_connection()