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

/frameworks/native/cmds/atrace/
H A Datrace.cpp221 static bool writeStr(const char* filename, const char* str) function
236 return writeStr(filename, enable ? "1" : "0");
317 return writeStr(k_traceBufferSizePath, str);
324 return writeStr(k_traceClockPath, enable ? "global" : "local");
452 ok &= writeStr(k_currentTracerPath, "nop");
459 ok &= writeStr(k_currentTracerPath, "function_graph");

Completed in 47 milliseconds