Home
last modified time | relevance | path

Searched refs:FTW_CHDIR (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h21 #define FTW_CHDIR 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h21 #define FTW_CHDIR 4 macro
/third_party/musl/ndk_musl_include/
Dftw.h21 #define FTW_CHDIR 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h21 #define FTW_CHDIR 4 macro
/third_party/musl/include/
Dftw.h21 #define FTW_CHDIR 4 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.c20 C(FTW_CHDIR) in f()
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest.c278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()
Dtest64.c280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()