Home
last modified time | relevance | path

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

/system/core/libcutils/
Dtrace-container.cpp38 static int atrace_container_sock_fd = -1; variable
45 atrace_container_sock_fd = in atrace_init_container_sock()
47 if (atrace_container_sock_fd < 0) { in atrace_init_container_sock()
51 return atrace_container_sock_fd != -1; in atrace_init_container_sock()
57 if (atrace_container_sock_fd != -1) close(atrace_container_sock_fd); in atrace_close_container_sock()
58 atrace_container_sock_fd = -1; in atrace_close_container_sock()
151 write(atrace_container_sock_fd, buf, len); \
157 if (atrace_container_sock_fd != -1) { \