Home
last modified time | relevance | path

Searched refs:file_path (Results 1 – 4 of 4) sorted by relevance

/art/imgdiag/
Dimgdiag_test.cc82 std::string file_path = GetImgDiagFilePath(); in Exec() local
83 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path"; in Exec()
97 std::vector<std::string> exec_argv = { file_path, diff_pid_args, boot_image_args }; in Exec()
/art/oatdump/
Doatdump_test.cc62 std::string file_path = GetOatDumpFilePath(); in Exec() local
64 EXPECT_TRUE(OS::FileExists(file_path.c_str())) << file_path << " should be a valid file path"; in Exec()
66 std::vector<std::string> exec_argv = { file_path }; in Exec()
/art/runtime/base/unix_file/
Dfd_file.h49 bool Open(const std::string& file_path, int flags);
50 bool Open(const std::string& file_path, int flags, mode_t mode);
/art/patchoat/
Dpatchoat.cc364 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic() local
368 LOG(ERROR) << "Failed to find oat header in oat file " << file_path; in IsOatPic()
373 LOG(ERROR) << "Elf file " << file_path << " has an invalid oat header"; in IsOatPic()
379 LOG(INFO) << "Oat file at " << file_path << " is " << (is_pic ? "PIC" : "not pic"); in IsOatPic()