/art/odrefresh/ |
D | odr_fs_utils_test.cc | 66 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 …]
|
D | odr_metrics_record_test.cc | 44 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()
|
D | odr_metrics_test.cc | 38 metrics_file_path_ = scratch_dir_->GetPath() + "/metrics.txt"; in SetUp() 39 cache_directory_ = scratch_dir_->GetPath() + "/dir"; in SetUp()
|
D | odrefresh.cc | 130 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()
|
D | odrefresh_test.cc | 143 std::string_view temp_dir_path = temp_dir_->GetPath(); in SetUp()
|
/art/runtime/ |
D | elf_file.cc | 106 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 …]
|
D | dexopt_test.cc | 141 std::string alternate_image_location = GenerateAlternateImage(scratch->GetPath()); in GenerateOatForTest()
|
/art/libartbase/base/ |
D | scoped_flock.cc | 122 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()
|
D | common_art_test.h | 52 const std::string& GetPath() const { in GetPath() function
|
D | common_art_test.cc | 106 filename_ = file->GetPath(); in ScratchFile()
|
/art/libelffile/stream/ |
D | file_output_stream.cc | 26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {} in FileOutputStream()
|
/art/libartbase/base/unix_file/ |
D | fd_file.h | 105 const std::string& GetPath() const { in GetPath() function
|
D | fd_file_test.cc | 51 EXPECT_TRUE(file.GetPath().empty()); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat.cc | 2088 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 …]
|
D | dex2oat_image_test.cc | 90 std::string filename_prefix = scratch.GetPath() + "boot"; in CompileImageAndGetSizes() 258 const std::string& scratch_dir = scratch.GetPath(); in TEST_F()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 522 << " 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 …]
|
D | elf_writer_quick.cc | 191 builder_->PrepareDynamicSection(elf_file_->GetPath(), in PrepareDynamicSection()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 111 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/ |
D | imgdiag.cc | 1531 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/ |
D | assembler_test_base.h | 79 auto test_path = [&](const char* ext) { return scratch_dir_->GetPath() + test_name + ext; }; in Driver()
|
D | assembler_thumb_test.cc | 51 std::string obj_file = scratch_dir_->GetPath() + testname + ".o"; in DumpAndCheck()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 56 const std::string& scratch_dir = scratch.GetPath(); in TEST_F()
|
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 145 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/ |
D | oatdump.cc | 175 builder_->PrepareDynamicSection(elf_file->GetPath(), in Symbolize()
|