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

/frameworks/base/tools/aapt/
H A DAaptAssets.h156 class FilePathStore;
309 sp<FilePathStore>& fullResPaths);
515 class FilePathStore : public RefBase, class in inherits:RefBase,Vector
519 FilePathStore();
591 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
593 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
595 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
597 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
604 sp<FilePathStore>& fullResPaths);
628 sp<FilePathStore> mFullResPath
[all...]
H A DResource.cpp71 FilePathStore::FilePathStore() function in class:FilePathStore
2609 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp)

Completed in 53 milliseconds