Searched refs:kJdwpControlNameLen (Results 1 – 1 of 1) sorted by relevance
49 #define kJdwpControlNameLen (sizeof(kJdwpControlName)-1) macro62 control_addr_len_ = sizeof(control_addr_.controlAddrUn.sun_family) + kJdwpControlNameLen; in JdwpAdbState()63 memcpy(control_addr_.controlAddrUn.sun_path, kJdwpControlName, kJdwpControlNameLen); in JdwpAdbState()