Lines Matching refs:GetDebugName
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()
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()
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
426 const std::string& EmptyAssetsProvider::GetDebugName() const { in GetDebugName() function in android::EmptyAssetsProvider