Searched refs:GetDebugName (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetsProvider.cpp | 80 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 …]
|
D | ApkAssets.cpp | 113 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()
|
D | AssetManager2.cpp | 280 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/ |
D | AssetsProvider.h | 58 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;
|
D | ApkAssets.h | 67 const std::string& GetDebugName() const;
|
/frameworks/base/core/jni/ |
D | android_content_res_ApkAssets.cpp | 100 (*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/ |
D | ADebug.h | 148 static char *GetDebugName(const char *name);
|
/frameworks/av/media/module/foundation/ |
D | ADebug.cpp | 105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
|
/frameworks/libs/binary_translation/backend/common/ |
D | machine_ir_debug.cc | 56 out += insn->RegKindAt(i).RegClass()->GetDebugName(); in GetRegOperandDebugString()
|
D | reg_alloc.cc | 322 "allocating lifetime %s:\n%s", reg_class->GetDebugName(), lifetime->GetDebugString().c_str()); in AllocateLifetime()
|
/frameworks/libs/binary_translation/backend/include/berberis/backend/common/ |
D | machine_ir.h | 153 [[nodiscard]] const char* GetDebugName() const { return debug_name; } in GetDebugName() function
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 459 mName = ADebug::GetDebugName(name); in OMXNodeInstance()
|