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
50 atrace_container_sock_fd = in atrace_init_container_sock()
52 if (atrace_container_sock_fd < 0) { in atrace_init_container_sock()
56 return atrace_container_sock_fd != -1; in atrace_init_container_sock()
62 if (atrace_container_sock_fd != -1) close(atrace_container_sock_fd); in atrace_close_container_sock()
63 atrace_container_sock_fd = -1; in atrace_close_container_sock()
172 write(atrace_container_sock_fd, buf, len); \
178 if (atrace_container_sock_fd != -1) { \