OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZipEntryCrcLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
AssetManager.h
275
bool
getZipEntryCrcLocked
(const String8& zipPath, const char* entryFilename, uint32_t* pCrc);
/frameworks/base/libs/androidfw/
AssetManager.cpp
286
if (!
getZipEntryCrcLocked
(originalPath, "resources.arsc", &actualOriginalCrc)) {
289
if (!
getZipEntryCrcLocked
(overlayPath, "resources.arsc", &actualOverlayCrc)) {
295
bool AssetManager::
getZipEntryCrcLocked
(const String8& zipPath, const char* entryFilename,
340
if (!
getZipEntryCrcLocked
(originalPath, "resources.arsc", &originalCrc)) {
344
if (!
getZipEntryCrcLocked
(overlayPath, "resources.arsc", &overlayCrc)) {
[
all
...]
Completed in 1593 milliseconds