OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getZipFileLocked
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
AssetManager.h
241
ZipFileRO*
getZipFileLocked
(const asset_path& path);
/frameworks/base/libs/androidfw/
AssetManager.cpp
300
const ZipFileRO* zip =
getZipFileLocked
(ap);
827
pZip =
getZipFileLocked
(ap);
981
pZip =
getZipFileLocked
(ap);
1053
ZipFileRO* AssetManager::
getZipFileLocked
(const asset_path& ap)
1055
ALOGV("
getZipFileLocked
() in %p\n", this);
[
all
...]
Completed in 25 milliseconds