Home | History | Annotate | Download | only in androidfw

Lines Matching refs:asset_path

239     struct asset_path
241 asset_path() : path(""), type(kFileTypeRegular), idmap(""),
251 const asset_path& path);
253 const asset_path& path);
255 const asset_path& path, const char* locale, const char* vendor);
256 String8 createPathNameLocked(const asset_path& path, const char* locale,
258 String8 createPathNameLocked(const asset_path& path, const char* rootDir);
262 ZipFileRO* getZipFileLocked(const asset_path& path);
268 const asset_path& path, const char* rootDir, const char* dirName);
271 const asset_path& path, const char* rootDir, const char* dirName);
280 const asset_path& path, const char* locale, const char* vendor,
287 bool appendPathToResTable(const asset_path& ap, bool appAsLib=false) const;
289 Asset* openIdmapLocked(const struct asset_path& ap) const;
308 void addOverlay(const asset_path& ap);
309 bool getOverlay(size_t idx, asset_path* out) const;
325 Vector<asset_path> mOverlays;
360 void addOverlay(const String8& path, const asset_path& overlay);
361 bool getOverlay(const String8& path, size_t idx, asset_path* out) const;
376 Vector<asset_path> mAssetPaths;