Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A Drootfs.py8 import filecmp
156 if filecmp.cmp(f1, f2):
/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()
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dstandard.py21 import filecmp
1537 if not filecmp.cmp(origpath, workpath):
1556 if not filecmp.cmp(origpath, fpath):