Home
last modified time | relevance | path

Searched defs:AppendToFile (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.i215 void AppendToFile(const string& file_content, tensorflow::WritableFile* file, in AppendToFile() function
/external/perfetto/src/traced/probes/ftrace/
Dftrace_procfs.cc246 bool FtraceProcfs::AppendToFile(const std::string& path, in AppendToFile() function in perfetto::FtraceProcfs
/external/libchrome/base/files/
Dfile_util_posix.cc860 bool AppendToFile(const FilePath& filename, const char* data, int size) { in AppendToFile() function
/external/v8/tools/release/
Dcommon_includes.py73 def AppendToFile(text, file_name): function