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

  /system/core/adb/
backup_service.c 32 int rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );
sysdeps.h 441 static __inline__ int unix_socketpair( int d, int type, int protocol, int sv[2] ) function
450 rc = unix_socketpair( AF_UNIX, SOCK_STREAM, 0, sv );

Completed in 744 milliseconds