HomeSort by relevance Sort by last modified time
    Searched defs:FilePathStore (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
AaptAssets.h 140 class FilePathStore;
295 sp<FilePathStore>& fullResPaths,
502 class FilePathStore : public RefBase,
506 FilePathStore();
579 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
581 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
583 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
585 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
592 sp<FilePathStore>& fullResPaths,
617 sp<FilePathStore> mFullResPaths
    [all...]
Resource.cpp 80 FilePathStore::FilePathStore()
    [all...]

Completed in 199 milliseconds