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.cpp361 const file::FileType file_type = file::GetFileType(input_path); in IsValidFile() local
362 if (file_type != file::FileType::kRegular && file_type != file::FileType::kSymlink) { in IsValidFile()
363 if (file_type == file::FileType::kDirectory) { in IsValidFile()
366 } else if (file_type == file::FileType::kNonExistant) { in IsValidFile()
DLink.cpp1592 const StringPiece file_type = util::EndsWith(src.path, ".xml") ? "XML" : "PNG"; in MergeFile() local
1594 << "uncompiled " << file_type in MergeFile()
/frameworks/proto_logging/stats/
Datoms.proto18396 optional FileType file_type = 2; field