Searched refs:FilePathStore (Results 1 – 4 of 4) sorted by relevance
140 class FilePathStore; variable295 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 …]
2614 sp<FilePathStore> resPathStore = new FilePathStore; in doPackage()2616 sp<FilePathStore> assetPathStore = new FilePathStore; in doPackage()
659 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree()1121 sp<FilePathStore>& fullResPaths, in slurpFullTree()
76 FilePathStore::FilePathStore() in FilePathStore() function in FilePathStore3364 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp) in writePathsToFile()