Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dcreate_release.py117 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
123 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
127 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
Dpush_to_candidates.py159 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
165 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
169 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
Dcommon_includes.py65 def AppendToFile(text, file_name): function
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i215 void AppendToFile(const string& file_content, tensorflow::WritableFile* file, in AppendToFile() function
266 void AppendToFile(const string& file_content, tensorflow::WritableFile* file,
Dfile_io.py105 pywrap_tensorflow.AppendToFile(
/external/libchrome/base/files/
Dfile_util.h343 BASE_EXPORT bool AppendToFile(const FilePath& filename,
Dfile_util_posix.cc805 bool AppendToFile(const FilePath& filename, const char* data, int size) { in AppendToFile() function