Lines Matching refs:std
42 std::string GetDexDiagFilePath() { in GetDexDiagFilePath()
43 std::string root = GetTestAndroidRoot(); in GetDexDiagFilePath()
48 std::string root32 = root + "32"; in GetDexDiagFilePath()
58 std::unique_ptr<OatFile> OpenOatAndVdexFiles() { in OpenOatAndVdexFiles()
65 const std::string default_location = GetCoreOatLocation(); in OpenOatAndVdexFiles()
67 std::string oat_location = GetSystemImageFilename(default_location.c_str(), kRuntimeISA); in OpenOatAndVdexFiles()
69 std::cout << "==" << oat_location << std::endl; in OpenOatAndVdexFiles()
70 std::string error_msg; in OpenOatAndVdexFiles()
71 std::unique_ptr<OatFile> oat(OatFile::Open(/*zip_fd=*/ -1, in OpenOatAndVdexFiles()
84 bool Exec(pid_t this_pid, const std::vector<std::string>& args, std::string* error_msg) { in Exec()
88 std::vector<std::string> exec_argv; in Exec()
91 std::string executable_path = GetDexDiagFilePath(); in Exec()
98 exec_argv.push_back(std::to_string(this_pid)); in Exec()
111 std::string error_msg; in TEST_F()
121 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
123 std::string error_msg;
133 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
135 std::string error_msg;
147 std::unique_ptr<OatFile> oat = OpenOatAndVdexFiles();
148 std::string error_msg;