Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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"), \
188 ftools.append_file(self.testinc_path, data)
214 ftools.append_file(inc_file, data)
240 ftools.append_file(self.testinc_bblayers_path, data)
/OK3568_Linux_fs/buildroot/package/squashfs/
H A D0001-squashfs-tools-fix-build-failure-against-gcc-10.patch38 @@ -143,7 +143,7 @@ struct append_file {
46 extern struct append_file **file_mapping;
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dftools.py17 def append_file(path, data): function
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dlayerappend.py84 ftools.append_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
H A D_sstatetests_noauto.py37 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
H A Dbbtests.py101 ftools.append_file(man_file, test_data)
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-stat.c170 static bool append_file; variable
1121 OPT_BOOLEAN(0, "append", &append_file, "append to the output file"),
2137 mode = append_file ? "a" : "w"; in cmd_stat()
2147 mode = append_file ? "a" : "w"; in cmd_stat()