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

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

Completed in 4274 milliseconds