Searched defs:FilePathStore (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.h140 class FilePathStore;
295 sp<FilePathStore>& fullResPaths,
502 class FilePathStore : public RefBase, class in inherits:RefBase,Vector
506 FilePathStore();
579 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
581 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
583 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
585 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
592 sp<FilePathStore>& fullResPaths,
617 sp<FilePathStore> mFullResPath
[all...]
H A DResource.cpp80 FilePathStore::FilePathStore() function in class:FilePathStore
3200 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp)

Completed in 546 milliseconds