Home
last modified time | relevance | path

Searched refs:append_file (Results 1 – 2 of 2) sorted by relevance

/tools/security/fuzzing/orphans/libufdt/
Dmkcorpus.c35 static void append_file(FILE *out, const char *filename) { in append_file() function
86 append_file(out, argv[1]); in main()
87 append_file(out, argv[2]); in main()
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
Dshell.py164 def append_file(self, file_name, data): member in ShellCommand