Searched refs:append_file (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/ |
H A D | case.py | 58 ftools.append_file(os.path.join(cls.builddir, "conf/local.conf"), \ 64 ftools.append_file(os.path.join(cls.builddir, "conf/bblayers.conf"), \ 180 ftools.append_file(self.testinc_path, data) 202 ftools.append_file(inc_file, data) 228 ftools.append_file(self.testinc_bblayers_path, data)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_arg.py | 489 gm.append_file(terminate_descendants_temp_file_path, message) 503 gm.append_file(terminate_descendants_temp_file_path, message) 506 gm.append_file(terminate_descendants_temp_file_path, message)
|
H A D | gen_misc.py | 363 def append_file(file_path, buffer): function
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | ftools.py | 19 def append_file(path, data): function
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | layerappend.py | 86 ftools.append_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
|
H A D | _sstatetests_noauto.py | 39 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
|
H A D | bbtests.py | 103 ftools.append_file(man_file, test_data)
|
/openbmc/linux/tools/perf/ |
H A D | builtin-stat.c | 128 static bool append_file; variable 1242 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"), 2582 mode = append_file ? "a" : "w"; in cmd_stat() 2594 mode = append_file ? "a" : "w"; in cmd_stat()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/trace-cmd/files/ |
H A D | 0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch | 956 @@ -51,7 +51,7 @@ static int append_file(int size, int dst, int src) 977 append_file(recorder->page_size, recorder->fd1, recorder->fd2);
|