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

  /frameworks/base/cmds/idmap/
create.cpp 121 if (get_zip_entry_crc(target_apk_path, AssetManager::RESOURCES_FILENAME,
125 if (get_zip_entry_crc(overlay_apk_path, AssetManager::RESOURCES_FILENAME,
155 if (get_zip_entry_crc(target_apk_path, AssetManager::RESOURCES_FILENAME,
159 if (get_zip_entry_crc(overlay_apk_path, AssetManager::RESOURCES_FILENAME,
  /frameworks/base/include/androidfw/
AssetManager.h 72 static const char* RESOURCES_FILENAME;
  /frameworks/base/libs/androidfw/
AssetManager.cpp 85 const char* AssetManager::RESOURCES_FILENAME = "resources.arsc";
    [all...]

Completed in 639 milliseconds