Lines Matching refs:FilePathStore
140 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;
618 sp<FilePathStore> mFullAssetPaths;