Searched refs:WriteStrToFileInner (Results 1 – 2 of 2) sorted by relevance
434 bool WriteStrToFileInner(const std::string& filename, const std::string& str) in WriteStrToFileInner() function460 return WriteStrToFileInner(g_traceRootPath + filename, str); in WriteStrToFile()
217 static bool WriteStrToFileInner(const string& fileName, const string& str) in WriteStrToFileInner() function234 if (WriteStrToFileInner(g_traceRootPath + filename, str)) { in WriteStringToFile()