Searched refs:append_file (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/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"), \ 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 D | 0001-squashfs-tools-fix-build-failure-against-gcc-10.patch | 38 @@ -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 D | ftools.py | 17 def append_file(path, data): function
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | layerappend.py | 84 ftools.append_file(self.builddir + "/conf/bblayers.conf", self.layerappend)
|
| H A D | _sstatetests_noauto.py | 37 ftools.append_file(os.path.join(builddir, 'conf/selftest.inc'), config[key])
|
| H A D | bbtests.py | 101 ftools.append_file(man_file, test_data)
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-stat.c | 170 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()
|