Searched refs:GetDebugName (Results 1 – 9 of 9) sorted by relevance
83 const std::string& ZipAssetsProvider::PathOrDebugName::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider::PathOrDebugName171 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::ZipAssetsProvider276 return name_.GetDebugName(); in GetDebugName()[all …]
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::ApkAssets164 return assets_provider_->GetDebugName(); in GetDebugName()
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()
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;
67 const std::string& GetDebugName() const;
148 static char *GetDebugName(const char *name);
105 char *ADebug::GetDebugName(const char *name) { in GetDebugName() function in android::ADebug
107 const std::string& GetDebugName() const override { in GetDebugName() function in android::LoaderAssetsProvider396 return env->NewStringUTF(apk_assets->GetDebugName().c_str()); in NativeGetDebugName()
439 mName = ADebug::GetDebugName(name); in OMXNodeInstance()