Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/androidfw/
H A DAssetsProvider.cpp83 const std::string& ZipAssetsProvider::PathOrDebugName::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider::PathOrDebugName
171 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
172 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() in OpenInternal()
188 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
275 const std::string& ZipAssetsProvider::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider
276 return name_.GetDebugName(); in GetDebugName()
336 const std::string& DirectoryAssetsProvider::GetDebugName() const { in GetDebugName() function in android::DirectoryAssetsProvider
354 debug_name_ = primary_->GetDebugName() + " and " + secondary_->GetDebugName(); in MultiAssetsProvider()
355 path_ = (primary_->GetDebugName() != kEmptyDebugString) ? primary_->GetPath() in MultiAssetsProvider()
385 const std::string& MultiAssetsProvider::GetDebugName() const { in GetDebugName() function in android::MultiAssetsProvider
[all …]
H A DApkAssets.cpp117 LOG(ERROR) << "Failed to open '" << kResourcesArsc << "' in APK '" << assets->GetDebugName() in LoadImpl()
140 LOG(ERROR) << "Failed to read resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()
149 LOG(ERROR) << "Failed to load resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()
163 const std::string& ApkAssets::GetDebugName() const { in GetDebugName() function in android::ApkAssets
164 return assets_provider_->GetDebugName(); in GetDebugName()
H A DAssetManager2.cpp243 base::StringAppendF(&list, "%s,", apk_assets->GetDebugName().c_str()); in DumpToLog()
507 info.setSourceName(String8(apk_assets->GetDebugName().c_str())); in OpenDir()
862 log_stream << "\n\t" << prefix->second << ": " << apk_assets_[step.cookie]->GetDebugName(); in GetLastResourceResolution()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetsProvider.h57 WARN_UNUSED virtual const std::string& GetDebugName() const = 0;
96 WARN_UNUSED const std::string& GetDebugName() const override;
117 WARN_UNUSED const std::string& GetDebugName() const;
138 WARN_UNUSED const std::string& GetDebugName() const override;
163 WARN_UNUSED const std::string& GetDebugName() const override;
190 WARN_UNUSED const std::string& GetDebugName() const override;
H A DApkAssets.h67 const std::string& GetDebugName() const;
/aosp12/system/bt/gd/packet/parser/
H A Dlogging.h29 virtual std::string GetDebugName() const = 0;
69 std::cerr << token->GetDebugName() << "\n"; in ~LogMessage()
/aosp12/art/compiler/driver/
H A Dcompiled_method_storage.cc138 const std::string& GetDebugName() const { in GetDebugName() function in art::CompiledMethodStorage::ThunkMapValue
244 *debug_name = value.GetDebugName(); in GetThunkCode()
/aosp12/system/bt/gd/packet/parser/fields/
H A Dpacket_field.h112 std::string GetDebugName() const override;
H A Dpacket_field.cc23 std::string PacketField::GetDebugName() const { in GetDebugName() function in PacketField
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DADebug.h148 static char *GetDebugName(const char *name);
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DADebug.cpp105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
/aosp12/art/dex2oat/linker/
H A Drelative_patcher_test.h296 *debug_name = value.GetDebugName(); in GetThunkCode()
356 const std::string& GetDebugName() const { return debug_name_; } in GetDebugName() function
/aosp12/frameworks/base/core/jni/
H A Dandroid_content_res_ApkAssets.cpp107 const std::string& GetDebugName() const override { in GetDebugName() function in android::LoaderAssetsProvider
396 return env->NewStringUTF(apk_assets->GetDebugName().c_str()); in NativeGetDebugName()
/aosp12/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc52 const std::string& GetDebugName() const { in GetDebugName() function in art::linker::ArmBaseRelativePatcher::ThunkData
254 const std::string& base_name = data.GetDebugName(); in GenerateThunkDebugInfo()
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp439 mName = ADebug::GetDebugName(name); in OMXNodeInstance()