Home
last modified time | relevance | path

Searched refs:loaded_arsc_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DApkAssets.h80 return loaded_arsc_.get(); in GetLoadedArsc()
109 std::unique_ptr<const LoadedArsc> loaded_arsc_; variable
/frameworks/base/libs/androidfw/
DApkAssets.cpp133 loaded_apk->loaded_arsc_ = LoadedArsc::CreateEmpty(); in LoadImpl()
154 loaded_apk->loaded_arsc_ = in LoadImpl()
156 if (loaded_apk->loaded_arsc_ == nullptr) { in LoadImpl()