Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/net/
DLocalSocketImpl.java209 int osType; in create() local
212 osType = OsConstants.SOCK_DGRAM; in create()
215 osType = OsConstants.SOCK_STREAM; in create()
218 osType = OsConstants.SOCK_SEQPACKET; in create()
224 fd = Os.socket(OsConstants.AF_UNIX, osType, 0); in create()