Home
last modified time | relevance | path

Searched refs:kTestSocketPath (Results 1 – 1 of 1) sorted by relevance

/system/bt/service/test/
Dipc_linux_unittest.cc40 const char kTestSocketPath[] = "test_socket_path"; variable
80 base::StringPrintf("--create-ipc-socket=%s", kTestSocketPath); in SetUpCommandLine()
94 strncpy(address.sun_path, kTestSocketPath, sizeof(address.sun_path) - 1); in ConnectToTestSocket()