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

  /system/vold/
vdc.cpp 62 const char* sockname = "vold"; local
64 sockname = "cryptd";
67 while ((sock = socket_local_client(sockname,
71 fprintf(stdout, "Error connecting to %s: %s\n", sockname, strerror(errno));
  /system/core/adb/
jdwp_service.cpp 460 const char* sockname,
477 memcpy(addr.sun_path, sockname, socknamelen);
  /system/netd/tests/
netd_test.cpp 88 int netdCommand(const char* sockname, const char* command) {
89 int sock = socket_local_client(sockname,
116 bool expectNetdResult(int expected, const char* sockname, const char* format, ...) {
122 int result = netdCommand(sockname, command);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_socket.py 282 sockname = s.getsockname()
285 s.sendto(u'\u2620', sockname)
287 s.sendto(5j, sockname)
294 s.sendto(u'\u2620', 0, sockname)
296 s.sendto(5j, 0, sockname)
302 s.sendto('foo', 'bar', sockname)
312 s.sendto('foo', 0, sockname, 4)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_socket.py 282 sockname = s.getsockname()
285 s.sendto(u'\u2620', sockname)
287 s.sendto(5j, sockname)
294 s.sendto(u'\u2620', 0, sockname)
296 s.sendto(5j, 0, sockname)
302 s.sendto('foo', 'bar', sockname)
312 s.sendto('foo', 0, sockname, 4)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socket.py 282 sockname = s.getsockname()
285 s.sendto(u'\u2620', sockname)
287 s.sendto(5j, sockname)
294 s.sendto(u'\u2620', 0, sockname)
296 s.sendto(5j, 0, sockname)
302 s.sendto('foo', 'bar', sockname)
312 s.sendto('foo', 0, sockname, 4)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socket.py 282 sockname = s.getsockname()
285 s.sendto(u'\u2620', sockname)
287 s.sendto(5j, sockname)
294 s.sendto(u'\u2620', 0, sockname)
296 s.sendto(5j, 0, sockname)
302 s.sendto('foo', 'bar', sockname)
312 s.sendto('foo', 0, sockname, 4)
    [all...]

Completed in 7206 milliseconds