Searched refs:k_ftraceFilterPath (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/atrace/
H A Datrace.cpp246 static const char* k_ftraceFilterPath = variable
275 // device nodes (e.g. k_ftraceFilterPath) currently aren't changed by
648 if (!android::base::ReadFileToString(g_traceFolder + k_ftraceFilterPath, &buf)) {
649 fprintf(stderr, "error opening %s: %s (%d)\n", k_ftraceFilterPath,
687 if (fileIsWritable(k_ftraceFilterPath)) {
688 ok &= truncateFile(k_ftraceFilterPath);
699 ok &= truncateFile(k_ftraceFilterPath);
703 ok &= appendStr(k_ftraceFilterPath, func);

Completed in 9 milliseconds