Lines Matching defs:FilePathStore
160 class FilePathStore;
313 sp<FilePathStore>& fullResPaths);
506 class FilePathStore : public RefBase,
510 FilePathStore();
567 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
569 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
571 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
573 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
580 sp<FilePathStore>& fullResPaths);
602 sp<FilePathStore> mFullResPaths;
603 sp<FilePathStore> mFullAssetPaths;