Searched refs:FilePathStore (Results 1 – 4 of 4) sorted by relevance
142 class FilePathStore; variable297 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 …]
2316 sp<FilePathStore> resPathStore = new FilePathStore; in doPackage()2318 sp<FilePathStore> assetPathStore = new FilePathStore; in doPackage()
682 sp<FilePathStore>& fullResPaths, const bool overwrite) in slurpFullTree()1144 sp<FilePathStore>& fullResPaths, in slurpFullTree()
75 FilePathStore::FilePathStore() in FilePathStore() function in FilePathStore3114 status_t writePathsToFile(const sp<FilePathStore>& files, FILE* fp) in writePathsToFile()