Lines Matching full:str_path
337 std::string str_path = gurl.PathForRequest();344 scoped_array<char> req(new char[str_path.size() + 1]);347 memcpy(req.get(), str_path.c_str(), str_path.size());350 req.get()[str_path.size()] = '\0';