Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/misc/
Dnftw.c38 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/
Dnftw.c40 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/
Dftw.h22 #define FTW_DEPTH 8 macro
/third_party/musl/ndk_musl_include/
Dftw.h22 #define FTW_DEPTH 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h22 #define FTW_DEPTH 8 macro
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h22 #define FTW_DEPTH 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h22 #define FTW_DEPTH 8 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/functionalext/supplement/misc/misc_gtest/
Dmisc_nftw64_test.cpp57 int flag[TEST_FLAG_SIZE] = { FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH };
/third_party/musl/libc-test/src/api/
Dftw.c19 C(FTW_DEPTH) in f()
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest.c199 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()
Dtest64.c199 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/
Dcache_test.cpp76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()