Home
last modified time | relevance | path

Searched refs:FTS_XDEV (Results 1 - 6 of 6) sorted by relevance

/third_party/FreeBSD/include/
H A Dfts.h97 #define FTS_XDEV 0x040 /* don't cross devices */ macro
/third_party/libabigail/src/
H A Dabg-tools-utils.cc2270 FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_file_under_dir()
2407 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_and_module_paths()
2449 FTS *file_hierarchy = fts_open(path, FTS_PHYSICAL|FTS_NOCHDIR|FTS_XDEV, 0); in find_vmlinux_path()
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c353 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read()
/third_party/selinux/libselinux/src/
H A Dselinux_restorecon.c937 /* If the FTS_XDEV flag is set and the device is different */ in selinux_restorecon_thread()
1284 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_XDEV; in selinux_restorecon_common()
1297 * Keep the inode of the first device. This is because the FTS_XDEV in selinux_restorecon_common()
1302 * directories with a different device number when the FTS_XDEV flag in selinux_restorecon_common()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3213 fts_flags = FTS_PHYSICAL | FTS_NOCHDIR | FTS_NOSTAT | FTS_XDEV; in cpuset_fts_open()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx3640 (traverse_logical ? FTS_LOGICAL : FTS_PHYSICAL|FTS_XDEV) in scan_source_paths()

Completed in 17 milliseconds