Home
last modified time | relevance | path

Searched refs:kNonexistant (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt2/util/
DFiles.cpp53 return FileType::kNonexistant; in GetFileType()
58 return FileType::kNonexistant; in GetFileType()
75 return FileType::kNonexistant;
DFiles.h46 kNonexistant, enumerator
/frameworks/base/tools/aapt2/format/
DArchive.cpp46 if (type == file::FileType::kNonexistant) { in Open()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp340 } else if (file_type == file::FileType::kNonexistant) { in IsValidFile()