HomeSort by relevance Sort by last modified time
    Searched full:trace_fd (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 126 int mounts, trace_fd; local
166 trace_fd = open(buf, O_WRONLY);
167 if (trace_fd < 0) {
171 wpa_debug_tracing_file = fdopen(trace_fd, "w");
173 close(trace_fd);
  /art/runtime/
trace.h 115 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
trace.cc 310 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
332 if (trace_fd < 0) {
335 trace_file.reset(new File(trace_fd, "tracefile"));
    [all...]

Completed in 170 milliseconds