Searched refs:mAssetPaths (Results 1 – 2 of 2) sorted by relevance
162 for (size_t i=0; i<mAssetPaths.size(); i++) { in ~AssetManager()163 ALOGV("Cleaning path #%d: fd=%d, zip=%p", (int)i, mAssetPaths[i].rawFd, in ~AssetManager()164 mAssetPaths[i].zip.get()); in ~AssetManager()165 if (mAssetPaths[i].rawFd >= 0 && mAssetPaths[i].zip == NULL) { in ~AssetManager()166 close(mAssetPaths[i].rawFd); in ~AssetManager()201 for (size_t i=0; i<mAssetPaths.size(); i++) { in addAssetPath()202 if (mAssetPaths[i].path == ap.path) { in addAssetPath()214 ssize_t apPos = mAssetPaths.add(ap); in addAssetPath()218 *cookie = static_cast<int32_t>(mAssetPaths.size()); in addAssetPath()226 mAssetPaths.add(oap); in addAssetPath()[all …]
347 Vector<asset_path> mAssetPaths; variable