Searched refs:FilePathStore (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.h142 class FilePathStore;
297 sp<FilePathStore>& fullResPaths,
504 class FilePathStore : public RefBase, class in inherits:RefBase,Vector
508 FilePathStore();
581 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
583 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
585 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
587 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
594 sp<FilePathStore>& fullResPaths,
619 sp<FilePathStore> mFullResPath
[all...]
H A DCommand.cpp2316 sp<FilePathStore> resPathStore = new FilePathStore;
2318 sp<FilePathStore> assetPathStore = new FilePathStore;
H A DAaptAssets.cpp682 sp<FilePathStore>& fullResPaths, const bool overwrite)
1144 sp<FilePathStore>& fullResPaths,
H A DResource.cpp75 FilePathStore::FilePathStore() function in class:FilePathStore
3114 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp)

Completed in 748 milliseconds