Searched refs:filecmp (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/gyp/gyp/ |
| H A D | 0001-Fix-for-Python-3.10-compatibility.patch | 24 import filecmp
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/ |
| H A D | rootfs.py | 6 import filecmp 154 if filecmp.cmp(f1, f2):
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | moveconfig.py | 302 import filecmp 1229 updated = not filecmp.cmp(orig_defconfig, new_defconfig)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 299 #define filecmp(pid1, pid2, fd1, fd2) ({ \ macro 3768 ASSERT_EQ(filecmp(self, self, pipe_fds[0], dup_fd), 0); in TEST() 4036 EXPECT_EQ(filecmp(getpid(), pid, memfd, fd), 0); in TEST() 4049 EXPECT_EQ(filecmp(getpid(), pid, memfd, fd), 0); in TEST()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | standard.py | 21 import filecmp 1480 if not filecmp.cmp(origpath, workpath): 1499 if not filecmp.cmp(origpath, fpath):
|