Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dcreate_release.py99 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
105 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
109 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
Dpush_to_candidates.py141 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE"))
147 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE"))
151 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE"))
Dcommon_includes.py73 def AppendToFile(text, file_name): function
/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc87 return AppendToFile(path, group + ":" + name); in EnableEvent()
96 return AppendToFile(path, "!" + group + ":" + name); in DisableEvent()
246 bool FtraceProcfs::AppendToFile(const std::string& path, in AppendToFile() function in perfetto::FtraceProcfs
Dftrace_procfs.h103 virtual bool AppendToFile(const std::string& path, const std::string& str);
Dftrace_config_muxer_unittest.cc53 MOCK_METHOD2(AppendToFile,
571 EXPECT_CALL(ftrace, AppendToFile("/root/set_event", "cgroup:cgroup_mkdir")) in TEST_F()
590 EXPECT_CALL(ftrace, AppendToFile("/root/set_event", "!cgroup:cgroup_mkdir")) in TEST_F()
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i215 void AppendToFile(const string& file_content, tensorflow::WritableFile* file, in AppendToFile() function
276 void AppendToFile(const string& file_content, tensorflow::WritableFile* file,
Dfile_io.py110 pywrap_tensorflow.AppendToFile(
/external/libchrome/base/files/
Dfile_util.h382 BASE_EXPORT bool AppendToFile(const FilePath& filename,
Dfile_util_posix.cc860 bool AppendToFile(const FilePath& filename, const char* data, int size) { in AppendToFile() function