Searched refs:file_path (Results 1 – 4 of 4) sorted by relevance
82 std::string file_path = GetImgDiagFilePath(); in Exec() local83 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()
62 std::string file_path = GetOatDumpFilePath(); in Exec() local64 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()
49 bool Open(const std::string& file_path, int flags);50 bool Open(const std::string& file_path, int flags, mode_t mode);
364 const std::string& file_path = oat_in->GetFile().GetPath(); in IsOatPic() local368 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()