Home
last modified time | relevance | path

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

/art/odrefresh/
Dodr_fs_utils_test.cc66 scratch_dir.GetPath() + "/a", in TEST_F()
67 scratch_dir.GetPath() + "/b", in TEST_F()
68 scratch_dir.GetPath() + "/b/c", in TEST_F()
69 scratch_dir.GetPath() + "/d" in TEST_F()
76 scratch_dir.GetPath() + "/zero.txt", in TEST_F()
77 scratch_dir.GetPath() + "/a/one.txt", in TEST_F()
78 scratch_dir.GetPath() + "/b/two.txt", in TEST_F()
79 scratch_dir.GetPath() + "/b/c/three.txt", in TEST_F()
80 scratch_dir.GetPath() + "/b/c/four.txt", in TEST_F()
87 ASSERT_TRUE(RemoveDirectory(scratch_dir.GetPath())); in TEST_F()
[all …]
Dodr_metrics_record_test.cc44 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F()
74 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F()
86 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F()
100 std::string file_path = dir.GetPath() + "/metrics-record.txt"; in TEST_F()
Dodr_metrics_test.cc38 metrics_file_path_ = scratch_dir_->GetPath() + "/metrics.txt"; in SetUp()
39 cache_directory_ = scratch_dir_->GetPath() + "/dir"; in SetUp()
Dodrefresh.cc130 const std::string file_basename(android::base::Basename(file->GetPath())); in MoveOrEraseFiles()
132 const std::string input_file_path = file->GetPath(); in MoveOrEraseFiles()
152 PLOG(ERROR) << "Failed to copy " << QuotePath(file->GetPath()) << " to " in MoveOrEraseFiles()
160 PLOG(ERROR) << "Failed to erase " << QuotePath(file->GetPath()); in MoveOrEraseFiles()
Dodrefresh_test.cc143 std::string_view temp_dir_path = temp_dir_->GetPath(); in SetUp()
/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 …]
Ddexopt_test.cc141 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.cc106 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.h105 const std::string& GetPath() const { in GetPath() function
Dfd_file_test.cc51 EXPECT_TRUE(file.GetPath().empty()); in TEST_F()
/art/dex2oat/
Ddex2oat.cc2088 LOG(ERROR) << "Failed to finish VDEX file " << vdex_file->GetPath(); in WriteOutputFiles()
2135 LOG(ERROR) << "Failed to write .rodata section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2143 LOG(ERROR) << "Failed to write .text section to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2152 << oat_file->GetPath(); in WriteOutputFiles()
2159 LOG(ERROR) << "Failed to write oat header to the ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2174 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath(); in WriteOutputFiles()
2216 PLOG(ERROR) << "Failed to get the length of oat file: " << in->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2225 PLOG(ERROR) << "Failed to copy oat file to file: " << out->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2237 PLOG(ERROR) << "Failed strip oat file: " << in->GetPath(); in CopyOatFilesToSymbolsDirectoryAndStrip()
2249 PLOG(ERROR) << "Failed to flush output file: " << file->get()->GetPath(); in FlushOutputFile()
[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.cc522 << " File: " << location << " Output: " << file->GetPath(); in GetDexFileHeader()
3408 PLOG(ERROR) << "Failed to resize vdex file " << file->GetPath(); in WriteDexFiles()
3421 file->GetPath().c_str(), in WriteDexFiles()
3424 LOG(ERROR) << "Failed to mmap() dex files from oat file. File: " << file->GetPath() in WriteDexFiles()
3635 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3649 << " File: " << oat_dex_file->GetLocation() << " Output: " << file->GetPath(); in WriteDexFile()
3740 << " Output: " << file->GetPath() in OpenDexFiles()
3747 << " Output: " << file->GetPath(); in OpenDexFiles()
3917 PLOG(ERROR) << "Failed to resize vdex file " << vdex_file->GetPath(); in FinishVdexFile()
3940 vdex_file->GetPath().c_str(), in FinishVdexFile()
[all …]
Delf_writer_quick.cc191 builder_->PrepareDynamicSection(elf_file_->GetPath(), in PrepareDynamicSection()
/art/runtime/jni/
Djava_vm_ext.cc111 const std::string& GetPath() const { in GetPath() function in art::SharedLibrary
335 << " in \"" << library->GetPath() << "\"]"; in FindNativeMethodInternal()
377 VLOG(jni) << "[No JNI_OnUnload found in \"" << library->GetPath() << "\"]"; in UnloadLibraries()
379 VLOG(jni) << "[JNI_OnUnload found for \"" << library->GetPath() << "\"]: Calling..."; in UnloadLibraries()
/art/imgdiag/
Dimgdiag.cc1531 std::string name = "Contents of " + mem_file->GetPath(); in DumpImageDiffMap()
1545 os << "Could not fully read file " << image_mem_file_.GetPath(); in DumpImageDiffMap()
1645 page_map_file->GetPath().c_str(), in GetPageFrameNumbers()
1684 kpage_file->GetPath().c_str(), in GetPageFlagsOrCounts()
1728 kpageflags_file->GetPath().c_str()); in IsPageDirty()
1737 kpagecount_file->GetPath().c_str()); in IsPageDirty()
/art/compiler/utils/
Dassembler_test_base.h79 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.cc56 const std::string& scratch_dir = scratch.GetPath(); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc145 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TestProfileLoadFromZip()
156 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip()
923 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TEST_F()
/art/oatdump/
Doatdump.cc175 builder_->PrepareDynamicSection(elf_file->GetPath(), in Symbolize()