Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
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()
180 LOG(ERROR) << "Failed to decompress '" << path << "' in APK '" << name_.GetDebugName() in OpenInternal()
188 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()
189 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
200 LOG(ERROR) << "Unable to dup fd '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
207 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() << "'"; in OpenInternal()
275 const std::string& ZipAssetsProvider::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider
276 return name_.GetDebugName(); in GetDebugName()
[all …]
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()
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()
/frameworks/base/libs/androidfw/include/androidfw/
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;
DApkAssets.h67 const std::string& GetDebugName() const;
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DADebug.h148 static char *GetDebugName(const char *name);
/frameworks/av/media/libstagefright/foundation/
DADebug.cpp105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
/frameworks/base/core/jni/
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()
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp439 mName = ADebug::GetDebugName(name); in OMXNodeInstance()