Lines Matching refs:path
94 bool addAssetPath(const String8& path, int32_t* cookie,
96 bool addOverlayPath(const String8& path, int32_t* cookie);
220 asset_path() : path(""), rawFd(-1), type(kFileTypeRegular), idmap(""), in asset_path()
222 String8 path; member
233 asset_path& path);
234 String8 createPathNameLocked(const asset_path& path, const char* rootDir);
238 ZipFileRO* getZipFileLocked(asset_path& path);
244 const asset_path& path, const char* rootDir, const char* dirName);
245 SortedVector<AssetDir::FileInfo>* scanDirLocked(const String8& path);
247 const asset_path& path, const char* rootDir, const char* dirName);
263 static sp<SharedZip> get(const String8& path, bool createIfNotPresent = true);
264 static sp<SharedZip> create(int fd, const String8& path);
283 SharedZip(const String8& path, time_t modWhen);
284 SharedZip(int fd, const String8& path);
316 ZipFileRO* getZip(const String8& path);
318 const sp<SharedZip> getSharedZip(const String8& path);
320 Asset* getZipResourceTableAsset(const String8& path);
321 Asset* setZipResourceTableAsset(const String8& path, Asset* asset);
323 ResTable* getZipResourceTable(const String8& path);
324 ResTable* setZipResourceTable(const String8& path, ResTable* res);
327 static String8 getPathName(const char* path);
331 void addOverlay(const String8& path, const asset_path& overlay);
332 bool getOverlay(const String8& path, size_t idx, asset_path* out) const;