OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSystemAsset
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/include/androidfw/
AssetManager.h
104
bool appAsLib=false, bool
isSystemAsset
=false);
242
isSystemOverlay(false),
isSystemAsset
(false) {}
247
bool
isSystemAsset
;
ResourceTypes.h
[
all
...]
/frameworks/base/libs/androidfw/
AssetManager.cpp
169
const String8& path, int32_t* cookie, bool appAsLib, bool
isSystemAsset
)
205
ap.
isSystemAsset
=
isSystemAsset
;
217
oap.
isSystemAsset
=
isSystemAsset
;
325
return addAssetPath(path, NULL, false /* appAsLib */, true /*
isSystemAsset
*/);
667
mResources->add(sharedRes, ap.
isSystemAsset
);
670
mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.
isSystemAsset
);
[
all
...]
ResourceTypes.cpp
[
all
...]
Completed in 3604 milliseconds