Lines Matching refs:new_path
535 std::string new_path("PATH=\"");536 const size_t empty_path_len = new_path.size();540 new_path += working_dir;547 new_path += cwd;552 if (new_path.size() > empty_path_len)553 new_path += ':';554 new_path += curr_path;556 new_path += "\" ";557 shell_command.PutCString(new_path.c_str());