Searched refs:FilePathStore (Results 1 - 4 of 4) 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 DCommand.cpp1685 sp<FilePathStore> resPathStore = new FilePathStore;
1687 sp<FilePathStore> assetPathStore = new FilePathStore;
H A DResource.cpp71 FilePathStore::FilePathStore() function in class:FilePathStore
2609 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp)
H A DAaptAssets.cpp1749 sp<FilePathStore>& fullResPaths)
2207 sp<FilePathStore>& fullResPaths)

Completed in 992 milliseconds