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

  /frameworks/native/include/utils/
misc.h 41 kFileTypeDirectory,
  /frameworks/native/libs/utils/
misc.cpp 60 return kFileTypeDirectory;
  /frameworks/base/libs/androidfw/
AssetManager.cpp 171 if (ap.type != kFileTypeDirectory && ap.type != kFileTypeRegular) {
189 ap.type == kFileTypeDirectory ? "dir" : "zip", ap.path.string());
643 if (ap.type != kFileTypeDirectory) {
787 if (ap.type == kFileTypeDirectory) {
874 if (ap.type == kFileTypeDirectory) {
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 111 if (type != kFileTypeDirectory) continue;
139 type == kFileTypeDirectory ? "dir" : "file",
    [all...]

Completed in 109 milliseconds