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

/frameworks/native/cmds/atrace/
H A Datrace.cpp264 static bool _writeStr(const char* filename, const char* str, int flags) function
289 return _writeStr(filename, str, O_WRONLY);
295 return _writeStr(filename, str, O_APPEND|O_WRONLY);

Completed in 36 milliseconds