Searched refs:WriteFileInternal (Results 1 – 1 of 1) sorted by relevance
54 bool WriteFileInternal(const std::string& path, in WriteFileInternal() function264 return WriteFileInternal(path, str, O_WRONLY); in WriteToFile()269 return WriteFileInternal(path, str, O_WRONLY | O_APPEND); in AppendToFile()