Home
last modified time | relevance | path

Searched refs:WriteStrToFile (Results 1 – 1 of 1) sorted by relevance

/developtools/bytrace/bin/src/
Dbytrace_cmd.cpp126 static bool WriteStrToFile(const string& filename, const std::string& str) in WriteStrToFile() function
149 return WriteStrToFile(path, enabled ? "1" : "0"); // write 1 or 0 to file in SetFtraceEnabled()
239 if (!WriteStrToFile(CURRENT_TRACER_PATH, "nop")) { in SetBufferSize()
243 return WriteStrToFile(BUFFER_SIZE_PATH, to_string(bufferSize)); in SetBufferSize()
272 return WriteStrToFile(TRACE_CLOCK_PATH, newClock); in SetClock()