Home
last modified time | relevance | path

Searched refs:read_extend_file_to_map_using_path (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/convert_finalized_flags/src/
Dmain.rs27 read_extend_file_to_map_using_path, read_files_to_map_using_path, EXTENDED_FLAGS_35_APILEVEL,
58 let extended_flag_set = read_extend_file_to_map_using_path(cli.extended_flag_file_path)?; in main()
Dlib.rs160 pub fn read_extend_file_to_map_using_path(extened_file: String) -> Result<HashSet<FinalizedFlag>> { in read_extend_file_to_map_using_path() function
456 read_extend_file_to_map_using_path(file_path.to_string_lossy().to_string()).unwrap(); in test_read_flag_from_extended_file()
477 let err = read_extend_file_to_map_using_path(file_path.to_string_lossy().to_string()) in test_read_flag_from_wrong_extended_file_err()