Home
last modified time | relevance | path

Searched refs:GetFileType (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/io/
DFileSystem.cpp107 if (file::GetFileType(prefix_path) != file::FileType::kDirectory in Create()
123 if (file::GetFileType(full_path) == file::FileType::kDirectory in Create()
/frameworks/base/tools/aapt2/util/
DFiles.cpp50 FileType GetFileType(const std::string& path) { in GetFileType() function
69 FileType GetFileType(const std::string& path) {
372 const FileType file_type = GetFileType(full_path); in FindFiles()
DFiles.h57 FileType GetFileType(const std::string& path);
/frameworks/base/tools/aapt2/test/
DFixture.cpp57 if (file::GetFileType(full_path) == file::FileType::kDirectory) { in ClearDirectory()
/frameworks/base/tools/aapt2/format/
DArchive.cpp45 file::FileType type = file::GetFileType(dir_); in Open()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp361 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile()
828 file::FileType output_file_type = file::GetFileType(options_.output_path); in Action()