Searched refs:FTW_DEPTH (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | nftw.c | 38 else if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw() 66 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw() 101 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
|
/third_party/musl/src/misc/ |
D | nftw.c | 40 if (flags & FTW_DEPTH) type = FTW_DP; in do_nftw() 75 if (!(flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw() 115 if ((flags & FTW_DEPTH) && (r=fn(path, &st, type, &lev))) in do_nftw()
|
/third_party/musl/include/ |
D | ftw.h | 22 #define FTW_DEPTH 8 macro
|
/third_party/musl/ndk_musl_include/ |
D | ftw.h | 22 #define FTW_DEPTH 8 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 22 #define FTW_DEPTH 8 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 22 #define FTW_DEPTH 8 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ftw.h | 22 #define FTW_DEPTH 8 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | nftw.c | 58 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
D | misc_nftw64_test.cpp | 57 int flag[TEST_FLAG_SIZE] = { FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH };
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 19 C(FTW_DEPTH) in f()
|
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 199 if ((ret_val = nftw(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 427 if ((ret = nftw("./tmp/data/dirg", test_func11, MAX_FD, FTW_DEPTH | in test11A()
|
D | test64.c | 199 if ((ret_val = nftw64(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 436 if ((ret = nftw64("./tmp/data/dirg", test_func11, MAX_FD, FTW_DEPTH | in test11A()
|
/third_party/mesa3d/src/util/tests/ |
D | cache_test.cpp | 76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
|