HomeSort by relevance Sort by last modified time
    Searched refs:kFileTypeDirectory (Results 1 - 4 of 4) sorted by null

  /frameworks/base/include/androidfw/
misc.h 35 kFileTypeDirectory,
  /frameworks/base/libs/androidfw/
misc.cpp 52 return kFileTypeDirectory;
AssetManager.cpp 184 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
202 ap.type == kFileTypeDirectory ? "dir" : "zip", ap.path.string());
657 if (ap.type != kFileTypeDirectory) {
802 if (ap.type == kFileTypeDirectory) {
889 if (ap.type == kFileTypeDirectory) {
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 111 if (type != kFileTypeDirectory) continue;
139 type == kFileTypeDirectory ? "dir" : "file",
    [all...]

Completed in 451 milliseconds