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 156 class FilePathStore;
309 sp<FilePathStore>& fullResPaths);
515 class FilePathStore : public RefBase,
519 FilePathStore();
591 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
593 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
595 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
597 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
604 sp<FilePathStore>& fullResPaths);
628 sp<FilePathStore> mFullResPaths
    [all...]
Resource.cpp 71 FilePathStore::FilePathStore()
    [all...]

Completed in 161 milliseconds