Searched refs:kTestSocketPath (Results 1 – 1 of 1) sorted by relevance
40 const char kTestSocketPath[] = "test_socket_path"; variable80 base::StringPrintf("--create-ipc-socket=%s", kTestSocketPath); in SetUpCommandLine()94 strncpy(address.sun_path, kTestSocketPath, sizeof(address.sun_path) - 1); in ConnectToTestSocket()