Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc52 bool WriteFileInternal(const std::string& path, in WriteFileInternal() function
243 return WriteFileInternal(path, str, O_WRONLY); in WriteToFile()
248 return WriteFileInternal(path, str, O_WRONLY | O_APPEND); in AppendToFile()