Home
last modified time | relevance | path

Searched refs:filecmp (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-filesystems/sshfs-fuse/
H A Dsshfs-fuse_3.7.3.bb20 #python3-compile for filecmp module
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pillow_11.1.0.bb45 # python3-compile for filecmp module
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py8 import filecmp
156 if filecmp.cmp(f1, f2):
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fuse/
H A Dfuse3_3.16.2.bb32 #python3-compile for filecmp module
/openbmc/u-boot/tools/
H A Dmoveconfig.py301 import filecmp
1251 updated = not filecmp.cmp(orig_defconfig, new_defconfig)
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c314 #define filecmp(pid1, pid2, fd1, fd2) ({ \ macro
3851 ASSERT_EQ(filecmp(self, self, pipe_fds[0], dup_fd), 0); in TEST()
4142 EXPECT_EQ(filecmp(getpid(), pid, memfd, fd), 0); in TEST()
4156 EXPECT_EQ(filecmp(getpid(), pid, memfd, fd), 0); in TEST()
4189 ASSERT_EQ(filecmp(getpid(), pid, memfd, fd), 0); in TEST()