Searched defs:AppendToFile (Results 1 – 4 of 4) sorted by relevance
215 void AppendToFile(const string& file_content, tensorflow::WritableFile* file, in AppendToFile() function
246 bool FtraceProcfs::AppendToFile(const std::string& path, in AppendToFile() function in perfetto::FtraceProcfs
860 bool AppendToFile(const FilePath& filename, const char* data, int size) { in AppendToFile() function
73 def AppendToFile(text, file_name): function