Home
last modified time | relevance | path

Searched refs:FTW_PHYS (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest.c118 if ((ret = nftw("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A()
364 if ((ret = nftw("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) == -1) { in test9A()
394 FTW_PHYS)) == -1) { in test10A()
428 FTW_PHYS)) == -1) { in test11A()
458 FTW_PHYS)) == -1) { in test12A()
498 FTW_PHYS)) == -1) { in test13A()
557 nftw("./tmp/data/d666", test_func15, MAX_FD, FTW_PHYS)) == -1) { in test15A()
643 nftw("./tmp/data/dirl", test_func17, MAX_FD, FTW_PHYS)) == -1) { in test17A()
694 FTW_PHYS)) == -1) { in test18A()
958 nftw("./tmp/data/dirh", test_func23, MAX_FD, FTW_PHYS)) == -1) { in test23A()
Dtest64.c116 if ((ret = nftw64("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A()
370 if ((ret = nftw64("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) in test9A()
401 if ((ret = nftw64("./tmp/data/dirg", test_func10, MAX_FD, FTW_PHYS)) in test10A()
437 FTW_PHYS)) == -1) { in test11A()
466 if ((ret = nftw64("./tmp/data/dirg", test_func12, MAX_FD, FTW_PHYS)) in test12A()
507 if ((ret = nftw64("./tmp/data/dirg", test_func13, MAX_FD, FTW_PHYS)) in test13A()
568 if ((ret = nftw64("./tmp/data/d666", test_func15, MAX_FD, FTW_PHYS)) in test15A()
655 if ((ret = nftw64("./tmp/data/dirl", test_func17, MAX_FD, FTW_PHYS)) in test17A()
707 if ((ret = nftw64("./tmp/data/dirg", test_func18, MAX_FD, FTW_PHYS)) in test18A()
976 if ((ret = nftw64("./tmp/data/dirh", test_func23, MAX_FD, FTW_PHYS)) in test23A()
/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()
75 int ret = nftw(path, nftw_callback, 0, FTW_PHYS); in nftw_0200()
89 int ret = nftw(path, nftw_callback, TEST_FD_LIMIT, FTW_PHYS); in nftw_0300()
/third_party/musl/src/misc/
Dnftw.c31 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) { in do_nftw()
32 if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st)) in do_nftw()
41 if (flags & FTW_PHYS) type = FTW_SL; in do_nftw()
/third_party/musl/src/legacy/
Dftw.c8 return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS); in ftw()
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h19 #define FTW_PHYS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h19 #define FTW_PHYS 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h19 #define FTW_PHYS 1 macro
/third_party/musl/ndk_musl_include/
Dftw.h19 #define FTW_PHYS 1 macro
/third_party/musl/include/
Dftw.h19 #define FTW_PHYS 1 macro
/third_party/musl/libc-test/src/api/
Dftw.c17 C(FTW_PHYS) in f()
/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/mesa3d/src/util/tests/cache/
Dcache_test.c136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/third_party/e2fsprogs/misc/
De4defrag.c1688 int flags = FTW_PHYS | FTW_MOUNT; in main()