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

/frameworks/native/cmds/atrace/
H A Datrace.cpp287 static bool writeStr(const char* filename, const char* str) function
328 return writeStr(filename, enable ? "1" : "0");
415 return writeStr(k_traceBufferSizePath, str);
467 return writeStr(k_traceClockPath, clock);
638 ok &= writeStr(k_currentTracerPath, "nop");
645 ok &= writeStr(k_currentTracerPath, "function_graph");

Completed in 1472 milliseconds