HomeSort by relevance Sort by last modified time
    Searched full:_writestr (Results 1 - 1 of 1) sorted by null

  /frameworks/native/cmds/atrace/
atrace.cpp 265 static bool _writeStr(const char* filename, const char* str, int flags)
290 return _writeStr(filename, str, O_WRONLY);
296 return _writeStr(filename, str, O_APPEND|O_WRONLY);
    [all...]

Completed in 139 milliseconds