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

/frameworks/base/tools/aapt/
H A DAaptAssets.h153 class FilePathStore;
306 sp<FilePathStore>& fullResPaths);
512 class FilePathStore : public RefBase, class in inherits:RefBase,Vector
516 FilePathStore();
588 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
590 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
592 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
594 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
601 sp<FilePathStore>& fullResPaths);
625 sp<FilePathStore> mFullResPath
[all...]
H A DCommand.cpp1684 sp<FilePathStore> resPathStore = new FilePathStore;
1686 sp<FilePathStore> assetPathStore = new FilePathStore;
H A DResource.cpp71 FilePathStore::FilePathStore() function in class:FilePathStore
2404 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp)
H A DAaptAssets.cpp1695 sp<FilePathStore>& fullResPaths)
2153 sp<FilePathStore>& fullResPaths)

Completed in 36 milliseconds