Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/sepolicy/
Dfile.te2 type audioserver_socket, file_type, coredomain_socket;
/frameworks/base/tools/aapt2/util/
DFiles.cpp372 const FileType file_type = GetFileType(full_path); in FindFiles() local
375 if (!(*filter)(file_name, file_type)) { in FindFiles()
380 if (file_type == file::FileType::kDirectory) { in FindFiles()
/frameworks/base/tools/aapt2/cmd/
DCompile.cpp394 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile() local
395 if (file_type != file::FileType::kRegular && file_type != file::FileType::kSymlink) { in IsValidFile()
396 if (file_type == file::FileType::kDirectory) { in IsValidFile()
399 } else if (file_type == file::FileType::kNonExistant) { in IsValidFile()
DLink.cpp1623 const StringPiece file_type = util::EndsWith(src.path, ".xml") ? "XML" : "PNG"; in MergeFile() local
1625 << "uncompiled " << file_type in MergeFile()
/frameworks/proto_logging/stats/
Datoms.proto18737 optional FileType file_type = 2; field