Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/util/
H A DFiles.cpp366 const FileType file_type = GetFileType(full_path); in FindFiles() local
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp337 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile() local
H A DLink.cpp1589 const StringPiece file_type = util::EndsWith(src.path, ".xml") ? "XML" : "PNG"; in MergeFile() local