Home
last modified time | relevance | path

Searched refs:FTW_MOUNT (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
Dftw.h20 #define FTW_MOUNT 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h20 #define FTW_MOUNT 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h20 #define FTW_MOUNT 2 macro
/third_party/musl/ndk_musl_include/
Dftw.h20 #define FTW_MOUNT 2 macro
/third_party/musl/include/
Dftw.h20 #define FTW_MOUNT 2 macro
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dnftw.c58 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100()
/third_party/musl/libc-test/src/api/
Dftw.c18 C(FTW_MOUNT) in f()
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtools64.c175 return nftw64(path, nftw64_fn, 10, FTW_MOUNT); in callback()
Dtools.c175 return nftw(path, nftw_fn, 10, FTW_MOUNT); in callback()
/third_party/musl/src/misc/
Dnftw.c47 if ((flags & FTW_MOUNT) && h && st.st_dev != h->dev) in do_nftw()
/third_party/iowow/src/platform/unix/
Dunix.c329 if (nftw(path, _rmfile, 10, FTW_DEPTH | FTW_MOUNT | FTW_PHYS) < 0) { in iwp_removedir()
/third_party/e2fsprogs/misc/
De4defrag.c1688 int flags = FTW_PHYS | FTW_MOUNT; in main()
/third_party/musl/
DWHATSNEW1173 - nftw FTW_MOUNT flag prevented walking any directories at all