/aosp12/frameworks/base/libs/androidfw/ |
H A D | AssetsProvider.cpp | 83 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 D | ApkAssets.cpp | 117 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 D | AssetManager2.cpp | 243 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 D | AssetsProvider.h | 57 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 D | ApkAssets.h | 67 const std::string& GetDebugName() const;
|
/aosp12/system/bt/gd/packet/parser/ |
H A D | logging.h | 29 virtual std::string GetDebugName() const = 0; 69 std::cerr << token->GetDebugName() << "\n"; in ~LogMessage()
|
/aosp12/art/compiler/driver/ |
H A D | compiled_method_storage.cc | 138 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 D | packet_field.h | 112 std::string GetDebugName() const override;
|
H A D | packet_field.cc | 23 std::string PacketField::GetDebugName() const { in GetDebugName() function in PacketField
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | ADebug.h | 148 static char *GetDebugName(const char *name);
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | ADebug.cpp | 105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
|
/aosp12/art/dex2oat/linker/ |
H A D | relative_patcher_test.h | 296 *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 D | android_content_res_ApkAssets.cpp | 107 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 D | relative_patcher_arm_base.cc | 52 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 D | OMXNodeInstance.cpp | 439 mName = ADebug::GetDebugName(name); in OMXNodeInstance()
|