Home
last modified time | relevance | path

Searched refs:GetDebugName (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp80 const std::string& ZipAssetsProvider::PathOrDebugName::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider::PathOrDebugName
178 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
179 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() in OpenInternal()
195 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
281 const std::string& ZipAssetsProvider::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider
282 return name_.GetDebugName(); in GetDebugName()
345 const std::string& DirectoryAssetsProvider::GetDebugName() const { in GetDebugName() function in android::DirectoryAssetsProvider
365 debug_name_ = primary_->GetDebugName() + " and " + secondary_->GetDebugName(); in MultiAssetsProvider()
366 path_ = (primary_->GetDebugName() != kEmptyDebugString) ? primary_->GetPath() in MultiAssetsProvider()
396 const std::string& MultiAssetsProvider::GetDebugName() const { in GetDebugName() function in android::MultiAssetsProvider
[all …]
H A DApkAssets.cpp113 LOG(ERROR) << "Failed to open '" << kResourcesArsc << "' in APK '" << assets->GetDebugName() in LoadImpl()
136 LOG(ERROR) << "Failed to read resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()
148 LOG(ERROR) << "Failed to load resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()
161 const std::string& ApkAssets::GetDebugName() const { in GetDebugName() function in android::ApkAssets
162 return assets_provider_->GetDebugName(); in GetDebugName()
H A DAssetManager2.cpp265 base::StringAppendF(&list, "%s,", assets ? assets->GetDebugName().c_str() : "nullptr"); in DumpToLog()
555 info.setSourceName(String8(apk_assets->GetDebugName().c_str())); in OpenDir()
960 << (assets ? assets->GetDebugName() : "<null>") << " #" << step.cookie; in GetLastResourceResolution()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetsProvider.h58 WARN_UNUSED virtual const std::string& GetDebugName() const = 0;
97 WARN_UNUSED const std::string& GetDebugName() const override;
123 WARN_UNUSED const std::string& GetDebugName() const;
149 WARN_UNUSED const std::string& GetDebugName() const override;
174 WARN_UNUSED const std::string& GetDebugName() const override;
201 WARN_UNUSED const std::string& GetDebugName() const override;
H A DApkAssets.h67 const std::string& GetDebugName() const;
/aosp14/frameworks/base/core/jni/
H A Dandroid_content_res_ApkAssets.cpp100 (*assets)->GetDebugName().c_str(), int(useCount), int(weakCount)); in DeleteGuardedApkAssets()
103 (*assets)->GetDebugName().c_str(), int(weakCount)); in DeleteGuardedApkAssets()
127 const std::string& GetDebugName() const override { in GetDebugName() function in android::LoaderAssetsProvider
422 return env->NewStringUTF(apk_assets->GetDebugName().c_str()); in NativeGetDebugName()