Lines Matching refs:std
41 std::string GetDexDiagFilePath() { in GetDexDiagFilePath()
42 std::string path = GetArtBinDir() + '/' + kDexDiagBinaryName; in GetDexDiagFilePath()
43 std::string path32 = path + "32"; in GetDexDiagFilePath()
53 std::unique_ptr<OatFile> OpenOatAndVdexFiles() { in OpenOatAndVdexFiles()
60 const std::string default_location = GetCoreOatLocation(); in OpenOatAndVdexFiles()
62 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
64 std::cout << "==" << oat_location << std::endl; in OpenOatAndVdexFiles()
65 std::string error_msg; in OpenOatAndVdexFiles()
66 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles()
77 bool Exec(pid_t this_pid, const std::vector<std::string>& args, std::string* error_msg) { in Exec()
81 std::vector<std::string> exec_argv; in Exec()
84 std::string executable_path = GetDexDiagFilePath(); in Exec()
91 exec_argv.push_back(std::to_string(this_pid)); in Exec()
104 std::string error_msg; in TEST_F()
114 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
116 std::string error_msg;
126 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
128 std::string error_msg;
140 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
141 std::string error_msg;