Home
last modified time | relevance | path

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 D0001-Fix-for-Python-3.10-compatibility.patch24 import filecmp
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py6 import filecmp
154 if filecmp.cmp(f1, f2):
/OK3568_Linux_fs/u-boot/tools/
H A Dmoveconfig.py302 import filecmp
1229 updated = not filecmp.cmp(orig_defconfig, new_defconfig)
/OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c299 #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 Dstandard.py21 import filecmp
1480 if not filecmp.cmp(origpath, workpath):
1499 if not filecmp.cmp(origpath, fpath):