Home | History | Annotate | Download | only in aapt

Lines Matching defs:FilePathStore

153 class FilePathStore;
306 sp<FilePathStore>& fullResPaths);
512 class FilePathStore : public RefBase,
516 FilePathStore();
588 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
590 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
592 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
594 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
601 sp<FilePathStore>& fullResPaths);
625 sp<FilePathStore> mFullResPaths;
626 sp<FilePathStore> mFullAssetPaths;