Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcase.py58 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 Dgen_arg.py489 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 Dgen_misc.py363 def append_file(file_path, buffer): function
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dftools.py19 def append_file(path, data): function
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dlayerappend.py86 ftools.append_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
H A D_sstatetests_noauto.py39 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
H A Dbbtests.py103 ftools.append_file(man_file, test_data)
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c128 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 D0001-Replace-LFS64-interfaces-off64_t-and-lseek64.patch956 @@ -51,7 +51,7 @@ static int append_file(int size, int dst, int src)
977 append_file(recorder->page_size, recorder->fd1, recorder->fd2);