Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Delf_file.cc106 file->GetPath().c_str(), file->Fd(), strerror(errno)); in Setup()
113 file->GetPath().c_str()); in Setup()
127 file->GetPath().c_str(), in Setup()
137 sizeof(Elf_Ehdr), file->GetPath().c_str()); in Setup()
147 file->GetPath().c_str(), in Setup()
162 file->GetPath().c_str(), in Setup()
186 file->GetPath().c_str()); in Setup()
194 file->GetPath().c_str()); in Setup()
208 i, file->GetPath().c_str()); in Setup()
253 << file->GetPath() << ": " << std::hex in Setup()
[all …]
Dmodule_exclusion_test.cc158 std::string odex_name = scratch_dir.GetPath() + module_ + ".odex"; in TEST_F()
Ddexopt_test.cc120 std::string alternate_image_location = GenerateAlternateImage(scratch->GetPath()); in GenerateOatForTest()
/art/libartbase/base/
Dscoped_flock.cc122 locked_file->GetPath().c_str(), strerror(errno)); in DupOf()
127 "Failed to lock file '%s': %s", locked_file->GetPath().c_str(), strerror(errno)); in DupOf()
145 PLOG(WARNING) << "Unable to unlock file " << this->GetPath(); in ReleaseLock()
Dcommon_art_test.h52 const std::string& GetPath() const { in GetPath() function
Dcommon_art_test.cc103 filename_ = file->GetPath(); in ScratchFile()
/art/libelffile/stream/
Dfile_output_stream.cc26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {} in FileOutputStream()
/art/libartbase/base/unix_file/
Dfd_file.h97 const std::string& GetPath() const { in GetPath() function
Dfd_file_test.cc51 EXPECT_TRUE(file.GetPath().empty()); in TEST_F()
/art/dex2oat/
Ddex2oat.cc1578 PLOG(ERROR) << "Failed to invalidate vdex header. File: " << vdex_file->GetPath(); in OpenFile()
1584 << " File: " << vdex_file->GetPath(); in OpenFile()
2312 LOG(ERROR) << "Failed to finish VDEX file " << vdex_file->GetPath(); in WriteOutputFiles()
2359 LOG(ERROR) << "Failed to write .rodata section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2367 LOG(ERROR) << "Failed to write .text section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2376 << oat_file->GetPath(); in WriteOutputFiles()
2383 LOG(ERROR) << "Failed to write oat header to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2398 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2441 PLOG(ERROR) << "Failed to get the length of oat file: " << in->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2445 PLOG(ERROR) << "Failed to copy oat file to file: " << out->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
[all …]
Ddex2oat_image_test.cc90 std::string filename_prefix = scratch.GetPath() + "boot"; in CompileImageAndGetSizes()
258 const std::string& scratch_dir = scratch.GetPath(); in TEST_F()
/art/dex2oat/linker/
Doat_writer.cc506 << " File: " << location << " Output: " << file->GetPath(); in GetDexFileHeader()
3234 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3247 file->GetPath().c_str(), in WriteDexFiles()
3250 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3463 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3477 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3565 << " Output: " << file->GetPath() in OpenDexFiles()
3572 << " Output: " << file->GetPath(); in OpenDexFiles()
3757 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3780 vdex_file->GetPath().c_str(), in FinishVdexFile()
[all …]
Delf_writer_quick.cc193 builder_->PrepareDynamicSection(elf_file_->GetPath(), in PrepareDynamicSection()
/art/runtime/jni/
Djava_vm_ext.cc110 const std::string& GetPath() const { in GetPath() function in art::SharedLibrary
327 << " in \"" << library->GetPath() << "\"]"; in FindNativeMethodInternal()
369 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadLibraries()
371 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadLibraries()
/art/imgdiag/
Dimgdiag.cc1529 std::string name = "Contents of " + mem_file->GetPath(); in DumpImageDiffMap()
1543 os << "Could not fully read file " << image_mem_file_.GetPath(); in DumpImageDiffMap()
1643 page_map_file->GetPath().c_str(), in GetPageFrameNumbers()
1682 kpage_file->GetPath().c_str(), in GetPageFlagsOrCounts()
1726 kpageflags_file->GetPath().c_str()); in IsPageDirty()
1735 kpagecount_file->GetPath().c_str()); in IsPageDirty()
/art/compiler/utils/
Dassembler_test_base.h78 auto test_path = [&](const char* ext) { return scratch_dir_->GetPath() + test_name + ext; }; in Driver()
Dassembler_thumb_test.cc51 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck()
/art/runtime/gc/space/
Dimage_space_test.cc58 const std::string& scratch_dir = scratch.GetPath(); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc196 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TestProfileLoadFromZip()
208 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip()
893 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TEST_F()
/art/oatdump/
Doatdump.cc175 builder_->PrepareDynamicSection(elf_file->GetPath(), in Symbolize()