OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:socket_peer_is_trusted
(Results
1 - 3
of
3
) sorted by null
/system/core/include/cutils/
sockets.h
165
*
socket_peer_is_trusted
- Takes a socket which is presumed to be a
173
extern bool
socket_peer_is_trusted
(int fd);
/system/core/libcutils/
sockets_unix.cpp
31
bool
socket_peer_is_trusted
(int fd __android_unused) {
function
/art/runtime/jdwp/
jdwp_adb.cc
228
if (!
socket_peer_is_trusted
(control_sock_)) {
Completed in 446 milliseconds