Searched defs:file_type (Results 1 – 8 of 8) sorted by relevance
26 StorageFileType file_type) { in find_storage_file()49 StorageFileType file_type) { in get_mapped_file_impl()110 StorageFileType file_type) { in get_mapped_file()
139 let file_type = sub_matches.get_one::<StorageFileType>("type").unwrap(); in main() localVariable177 let file_type = sub_matches.get_one::<StorageFileType>("type").unwrap(); in main() localVariable
31 pub file_type: u8, field
34 pub file_type: u8, field
206 file_type=ArtifactType.AUTO_INFER_FROM_SUFFIX) -> list[str]: argument
340 bool DelTree(const std::string &path, FileType file_type) { in DelTree()