• Home
  • Raw
  • Download

Lines Matching refs:String8

95     bool addAssetPath(const String8& path, void** cookie);
116 String8 getAssetPath(void* cookie) const;
219 void getLocales(Vector<String8>* locales) const;
224 String8 path;
226 String8 idmap;
235 String8 createPathNameLocked(const asset_path& path, const char* locale,
237 String8 createPathNameLocked(const asset_path& path, const char* rootDir);
238 String8 createZipSourceNameLocked(const String8& zipFileName,
239 const String8& dirName, const String8& fileName);
242 Asset* openAssetFromFileLocked(const String8& fileName, AccessMode mode);
244 const ZipEntryRO entry, AccessMode mode, const String8& entryName);
248 SortedVector<AssetDir::FileInfo>* scanDirLocked(const String8& path);
267 bool createIdmapFileLocked(const String8& originalPath, const String8& overlayPath,
268 const String8& idmapPath);
270 bool isIdmapStaleLocked(const String8& originalPath, const String8& overlayPath,
271 const String8& idmapPath);
275 bool getZipEntryCrcLocked(const String8& zipPath, const char* entryFilename, uint32_t* pCrc);
279 static sp<SharedZip> get(const String8& path);
295 SharedZip(const String8& path, time_t modWhen);
298 String8 mPath;
306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
325 ZipFileRO* getZip(const String8& path);
327 Asset* getZipResourceTableAsset(const String8& path);
328 Asset* setZipResourceTableAsset(const String8& path, Asset* asset);
330 ResTable* getZipResourceTable(const String8& path);
331 ResTable* setZipResourceTable(const String8& path, ResTable* res);
334 static String8 getPathName(const char* path);
341 int getIndex(const String8& zip) const;
342 mutable Vector<String8> mZipPath;