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

  /system/extras/ANRdaemon/
ANRdaemon.cpp 279 int trace_fd = open(dfs_trace_output_path, O_RDWR); local
280 if (trace_fd == -1) {
294 close(trace_fd);
309 result = read(trace_fd, in, bufSize);
356 close(trace_fd);
  /external/perfetto/src/ftrace_reader/
cpu_reader.cc 166 int trace_fd,
186 ssize_t splice_res = splice(trace_fd, nullptr, staging_write_fd, nullptr,
206 splice_res = splice(trace_fd, nullptr, staging_write_fd, nullptr,
220 base::ignore_result(trace_fd);
cpu_reader.h 203 int trace_fd,
  /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 118 static void Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
trace.cc 322 void Trace::Start(const char* trace_filename, int trace_fd, size_t buffer_size, int flags,
344 if (trace_fd < 0) {
347 trace_file.reset(new File(trace_fd, "tracefile"));
    [all...]

Completed in 88 milliseconds