Lines Matching refs:string
401 // Create string and private symbol properties as internalized one byte
405 // because the string is created in the old space straight away. It's going
577 std::string Environment::GetCwd() {
589 const std::string& exec_path = exec_path_;
623 std::string GetExecPath(const std::vector<std::string>& argv) {
626 std::string exec_path;
628 exec_path = std::string(exec_path_buf, exec_path_len);
641 exec_path = std::string(static_cast<char*>(req.ptr));
651 const std::vector<std::string>& args,
652 const std::vector<std::string>& exec_args,
738 for (const std::string& arg : args) traced_value->AppendString(arg);
741 for (const std::string& arg : exec_args) traced_value->AppendString(arg);
753 const std::vector<std::string>& args,
754 const std::vector<std::string>& exec_args,
1787 std::string dir = env->options()->diagnostic_dir;
1792 std::string filename = dir + kPathSeparator + (*name);