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