Searched refs:k_traceClockPath (Results 1 - 1 of 1) sorted by path

/frameworks/native/cmds/atrace/
H A Datrace.cpp191 static const char* k_traceClockPath = variable
423 int fd = open(k_traceClockPath, O_RDONLY);
425 fprintf(stderr, "error opening %s: %s (%d)\n", k_traceClockPath,
434 fprintf(stderr, "error reading %s: %s (%d)\n", k_traceClockPath,
467 return writeStr(k_traceClockPath, clock);

Completed in 100 milliseconds