Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h140 class FilePathStore; variable
295 sp<FilePathStore>& fullResPaths,
502 class FilePathStore : public RefBase,
506 FilePathStore();
579 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; } in getFullResPaths()
581 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; } in setFullResPaths()
583 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; } in getFullAssetPaths()
585 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; } in setFullAssetPaths()
592 sp<FilePathStore>& fullResPaths,
617 sp<FilePathStore> mFullResPaths;
[all …]
DCommand.cpp2602 sp<FilePathStore> resPathStore = new FilePathStore; in doPackage()
2604 sp<FilePathStore> assetPathStore = new FilePathStore; in doPackage()
DAaptAssets.cpp658 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree()
1120 sp<FilePathStore>& fullResPaths, in slurpFullTree()
DResource.cpp76 FilePathStore::FilePathStore() in FilePathStore() function in FilePathStore
3332 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp) in writePathsToFile()