HomeSort by relevance Sort by last modified time
    Searched refs:sock_path (Results 1 - 2 of 2) sorted by null

  /bionic/tests/
sys_socket_test.cpp 29 const char* sock_path; member in struct:ConnectData
31 : callback_fn(callback_func), sock_path(socket_path) {}
49 strcpy(addr.sun_path + 1, pdata->sock_path);
65 bool (*callback_fn)(int fd), const char* sock_path) {
73 strcpy(addr.sun_path + 1, sock_path);
79 ConnectData connect_data(callback_fn, sock_path);
  /external/autotest/venv/lucifer/
leasing_unittest.py 91 sock_path = str(tmpdir.join('123.sock'))
96 assert not os.path.exists(sock_path)
103 sock_path = str(tmpdir.join('123.sock'))
106 os.unlink(sock_path)

Completed in 6427 milliseconds