Home
last modified time | relevance | path

Searched defs:file_type (Results 1 – 8 of 8) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/
Daconfig_storage_read_api.cpp26 StorageFileType file_type) { in find_storage_file()
49 StorageFileType file_type) { in get_mapped_file_impl()
110 StorageFileType file_type) { in get_mapped_file()
/build/make/tools/aconfig/aconfig_storage_file/src/
Dmain.rs139 let file_type = sub_matches.get_one::<StorageFileType>("type").unwrap(); in main() localVariable
177 let file_type = sub_matches.get_one::<StorageFileType>("type").unwrap(); in main() localVariable
Dflag_value.rs31 pub file_type: u8, field
Dflag_info.rs31 pub file_type: u8, field
Dflag_table.rs34 pub file_type: u8, field
Dpackage_table.rs34 pub file_type: u8, field
/build/bazel/scripts/difftool/
Ddifftool.py206 file_type=ArtifactType.AUTO_INFER_FROM_SUFFIX) -> list[str]: argument
/build/make/tools/
Dbuild-runfiles.cc340 bool DelTree(const std::string &path, FileType file_type) { in DelTree()