Searched refs:GetDebugName (Results 1 – 6 of 6) sorted by relevance
80 const std::string& ZipAssetsProvider::PathOrDebugName::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider::PathOrDebugName178 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()179 LOG(ERROR) << "Failed to mmap file '" << path << "' in APK '" << name_.GetDebugName() in OpenInternal()195 name_.GetDebugName().c_str(), incremental_hardening)) { in OpenInternal()281 const std::string& ZipAssetsProvider::GetDebugName() const { in GetDebugName() function in android::ZipAssetsProvider282 return name_.GetDebugName(); in GetDebugName()345 const std::string& DirectoryAssetsProvider::GetDebugName() const { in GetDebugName() function in android::DirectoryAssetsProvider365 debug_name_ = primary_->GetDebugName() + " and " + secondary_->GetDebugName(); in MultiAssetsProvider()366 path_ = (primary_->GetDebugName() != kEmptyDebugString) ? primary_->GetPath() in MultiAssetsProvider()396 const std::string& MultiAssetsProvider::GetDebugName() const { in GetDebugName() function in android::MultiAssetsProvider[all …]
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()148 LOG(ERROR) << "Failed to load resources table in APK '" << assets->GetDebugName() << "'."; in LoadImpl()161 const std::string& ApkAssets::GetDebugName() const { in GetDebugName() function in android::ApkAssets162 return assets_provider_->GetDebugName(); in GetDebugName()
265 base::StringAppendF(&list, "%s,", assets ? assets->GetDebugName().c_str() : "nullptr"); in DumpToLog()555 info.setSourceName(String8(apk_assets->GetDebugName().c_str())); in OpenDir()960 << (assets ? assets->GetDebugName() : "<null>") << " #" << step.cookie; in GetLastResourceResolution()
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;
67 const std::string& GetDebugName() const;
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::LoaderAssetsProvider422 return env->NewStringUTF(apk_assets->GetDebugName().c_str()); in NativeGetDebugName()