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 …]
2602 sp<FilePathStore> resPathStore = new FilePathStore; in doPackage()2604 sp<FilePathStore> assetPathStore = new FilePathStore; in doPackage()
658 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree()1120 sp<FilePathStore>& fullResPaths, in slurpFullTree()
76 FilePathStore::FilePathStore() in FilePathStore() function in FilePathStore3332 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp) in writePathsToFile()