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 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
    [all...]
Resource.cpp 71 FilePathStore::FilePathStore()
    [all...]

Completed in 24 milliseconds