Searched refs:GetPath (Results 1 - 15 of 15) sorted by relevance

/art/runtime/
H A Delf_file.cc69 PLOG(WARNING) << "Failed to get length of file: " << file_->GetPath() << " fd=" << file_->Fd();
76 << sizeof(llvm::ELF::Elf32_Ehdr) << " bytes: " << file_->GetPath();
92 << program_header_size << " bytes: " << file_->GetPath();
96 LOG(WARNING) << "Failed to map ELF program headers: " << file_->GetPath();
102 LOG(WARNING) << "Failed to map ELF file: " << file_->GetPath();
117 LOG(WARNING) << "Failed to find PT_DYNAMIC program header in ELF file: " << file_->GetPath();
149 << file_->GetPath() << ": " << std::hex
178 CHECK(map_.get() != NULL) << file_->GetPath();
179 CHECK(map_->Begin() != NULL) << file_->GetPath();
186 LOG(WARNING) << "Failed to find ELF magic in " << file_->GetPath()
[all...]
H A Doat_file.cc170 PLOG(WARNING) << "Failed to open ELF file for " << file->GetPath();
176 LOG(WARNING) << "Failed to load ELF file " << file->GetPath();
181 LOG(WARNING) << "Failed to find oatdata symbol in " << file->GetPath();
195 LOG(WARNING) << "Failed to find oatlastword symbol in " << file->GetPath();
H A Dzip_archive.cc254 PLOG(WARNING) << "Zip: failed to ftruncate " << file.GetPath() << " to length " << length;
260 LOG(WARNING) << "Zip: failed to mmap space for " << file.GetPath();
H A Djni_internal.cc461 std::string GetPath() { function in class:art::SharedLibrary
592 << " in \"" << library->GetPath() << "\"]";
/art/compiler/
H A Delf_fixup.cc38 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath();
42 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath();
46 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath();
50 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath();
54 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath();
58 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath();
180 elf_file.GetFile().GetPath().c_str(), i,
199 elf_file.GetFile().GetPath().c_str(), i,
211 CHECK_EQ(ph.p_vaddr, ph.p_paddr) << elf_file.GetFile().GetPath() << " i=" << i;
213 << elf_file.GetFile().GetPath() << "
[all...]
H A Dfile_output_stream.cc26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {}
H A Delf_writer_quick.cc168 std::string file_name(elf_file_->GetPath());
565 PLOG(ERROR) << "Failed to write ELF header for " << elf_file_->GetPath();
572 << " for " << elf_file_->GetPath();
576 PLOG(ERROR) << "Failed to write ELF program headers for " << elf_file_->GetPath();
584 << " for " << elf_file_->GetPath();
588 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
596 << " for " << elf_file_->GetPath();
600 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
608 << " for " << elf_file_->GetPath();
612 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
[all...]
H A Delf_writer_mclinker.cc121 linker_config_->options().setSOName(elf_file_->GetPath());
156 UniquePtr<OatFile> oat_file(OatFile::OpenMemory(oat_contents, elf_file_->GetPath()));
157 CHECK(oat_file.get() != NULL) << elf_file_->GetPath();
325 LOG(ERROR) << "Failed to link " << elf_file_->GetPath();
333 PLOG(ERROR) << "Failed to dup file descriptor for " << elf_file_->GetPath();
337 LOG(ERROR) << "Failed to emit " << elf_file_->GetPath();
341 LOG(INFO) << "ELF file written successfully: " << elf_file_->GetPath();
348 CHECK(elf_file.get() != NULL) << elf_file_->GetPath();
H A Delf_stripper.cc123 PLOG(ERROR) << "Failed to truncate while stripping ELF file: " << file->GetPath();
H A Dimage_test.cc79 tmp_oat->GetPath(), tmp_oat->GetPath());
/art/runtime/base/unix_file/
H A Dmapped_file.cc45 PLOG(WARNING) << "Failed to stat file '" << GetPath() << "'";
53 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
66 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
76 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
88 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size "
H A Dfd_file_test.cc46 EXPECT_TRUE(file.GetPath().empty());
H A Dfd_file.h60 std::string GetPath() const;
H A Dfd_file.cc105 std::string FdFile::GetPath() const { function in class:unix_file::FdFile
/art/dex2oat/
H A Ddex2oat.cc290 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath();
320 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath();

Completed in 3814 milliseconds