Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
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()
187 LOG(ERROR) << "Failed to decompress '" << path << "' in APK '" << name_.GetDebugName() in OpenInternal()
195 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
196 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
207 LOG(ERROR) << "Unable to dup fd '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
214 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
281 const std::string& ZipAssetsProvider::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider
282 return name_.GetDebugName(); in GetDebugName()
[all …]
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()
147 LOG(ERROR) << "Failed to load resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()
160 const std::string& ApkAssets::GetDebugName() const { in GetDebugName() function in android::ApkAssets
161 return assets_provider_->GetDebugName(); in GetDebugName()
DAssetManager2.cpp280 base::StringAppendF(&list, "%s,", assets ? assets->GetDebugName().c_str() : "nullptr"); in DumpToLog()
582 info.setSourceName(String8(apk_assets->GetDebugName().c_str())); in OpenDir()
1031 log_stream << "\n\t" << prefix << ": " << (assets ? assets->GetDebugName() : "<null>") in GetLastResourceResolution()
/frameworks/base/libs/androidfw/include/androidfw/
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;
DApkAssets.h67 const std::string& GetDebugName() const;
/frameworks/base/core/jni/
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()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DADebug.h148 static char *GetDebugName(const char *name);
/frameworks/av/media/module/foundation/
DADebug.cpp105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
/frameworks/libs/binary_translation/backend/common/
Dmachine_ir_debug.cc56 out += insn->RegKindAt(i).RegClass()->GetDebugName(); in GetRegOperandDebugString()
Dreg_alloc.cc322 "allocating lifetime %s:\n%s", reg_class->GetDebugName(), lifetime->GetDebugString().c_str()); in AllocateLifetime()
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/
Dmachine_ir.h153 [[nodiscard]] const char* GetDebugName() const { return debug_name; } in GetDebugName() function
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp459 mName = ADebug::GetDebugName(name); in OMXNodeInstance()