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
193
for (size_t i=0; i<
mAssetPaths
.size(); i++) {
194
if (
mAssetPaths
[i].path == ap.path) {
206
mAssetPaths
.add(ap);
210
*cookie = static_cast<int32_t>(
mAssetPaths
.size());
218
mAssetPaths
.add(oap);
235
for (size_t i = 0; i <
mAssetPaths
.size(); ++i) {
236
if (
mAssetPaths
[i].idmap == idmapPath) {
284
mAssetPaths
.add(oap);
285
*cookie = static_cast<int32_t>(
mAssetPaths
.size());
332
return next >
mAssetPaths
.size() ? -1 : next
[
all
...]
/frameworks/base/include/androidfw/
AssetManager.h
376
Vector<asset_path>
mAssetPaths
;
Completed in 44 milliseconds