Home
last modified time | relevance | path

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

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