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 142 class FilePathStore;
297 sp<FilePathStore>& fullResPaths,
504 class FilePathStore : public RefBase,
508 FilePathStore();
581 inline sp<FilePathStore>& getFullResPaths() { return mFullResPaths; }
583 setFullResPaths(sp<FilePathStore>& res) { mFullResPaths = res; }
585 inline sp<FilePathStore>& getFullAssetPaths() { return mFullAssetPaths; }
587 setFullAssetPaths(sp<FilePathStore>& res) { mFullAssetPaths = res; }
594 sp<FilePathStore>& fullResPaths);
618 sp<FilePathStore> mFullResPaths
    [all...]
Resource.cpp 71 FilePathStore::FilePathStore()
    [all...]

Completed in 68 milliseconds