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.h77 return loaded_arsc_.get(); in GetLoadedArsc()
99 std::unique_ptr<const LoadedArsc> loaded_arsc_; variable
/frameworks/base/libs/androidfw/
DApkAssets.cpp128 loaded_apk->loaded_arsc_ = LoadedArsc::CreateEmpty(); in LoadImpl()
149 loaded_apk->loaded_arsc_ = in LoadImpl()
151 if (loaded_apk->loaded_arsc_ == nullptr) { in LoadImpl()