OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESOURCES_FILENAME
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/idmap/
create.cpp
122
if (get_zip_entry_crc(target_apk_path, AssetManager::
RESOURCES_FILENAME
,
126
if (get_zip_entry_crc(overlay_apk_path, AssetManager::
RESOURCES_FILENAME
,
156
if (get_zip_entry_crc(target_apk_path, AssetManager::
RESOURCES_FILENAME
,
160
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
76
const char* AssetManager::
RESOURCES_FILENAME
= "resources.arsc";
[
all
...]
Completed in 178 milliseconds