OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAssetPaths
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/androidfw/
AssetManager.cpp
192
for (size_t i=0; i<
mAssetPaths
.size(); i++) {
193
if (
mAssetPaths
[i].path == ap.path) {
204
mAssetPaths
.add(ap);
208
*cookie = (void*)
mAssetPaths
.size();
232
mAssetPaths
.add(oap);
401
return next >
mAssetPaths
.size() ? NULL : (void*)next;
408
if (which <
mAssetPaths
.size()) {
409
return
mAssetPaths
[which].path;
516
LOG_FATAL_IF(
mAssetPaths
.size() == 0, "No assets added to AssetManager");
529
size_t i =
mAssetPaths
.size()
[
all
...]
/frameworks/base/include/androidfw/
AssetManager.h
351
Vector<asset_path>
mAssetPaths
;
Completed in 3684 milliseconds