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

  /frameworks/base/libs/utils/
AssetManager.cpp 46 static const char* kDefaultLocale = "default";
705 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
757 path.appendPath((locale != NULL) ? locale : kDefaultLocale);
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.cpp 15 static const char* kDefaultLocale = "default";
708 || strcmp(fileName, kDefaultLocale) == 0) {
    [all...]

Completed in 1290 milliseconds