Searched refs:ftw (Results 1 - 9 of 9) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | ftwndk.cpp | 19 #include <ftw.h>
36 int returnValue = ftw("/data/storage/el2/base/files/", copytoU_device, fileDescribe);
in Ftw() 51 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) { return 0; }
in nftw_callback() argument 81 {"ftw", nullptr, Ftw, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init() 98 .nm_modname = "ftw",
|
H A D | ftw1ndk.cpp | 23 #include <ftw.h>
49 ret = ftw(dir, ftw_fn, TEST_FD_LIMIT);
in Ftw() 55 ret = ftw(path, ftw_fn, TEST_FD_LIMIT);
in Ftw() 154 {"ftw", nullptr, Ftw, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/test/xts/acts/kernel_lite/fs_posix/src/ |
H A D | FsOtherTest.cpp | 29 #include <ftw.h> 136 * @tc.name basic function test : use ftw check file tree 142 EXPECT_EQ(ftw(DIR0, FtwCheckDirTree, 100), 0) << "> ftw error"; in HWTEST_F() 187 EXPECT_EQ(nftw(DIR0, NftwCheckDirTree, 100, 0), 0) << "> ftw error"; in HWTEST_F()
|
H A D | FsStdioTest.cpp | 25 #include <ftw.h>
|
H A D | FsStdlibTest.cpp | 25 #include <ftw.h>
|
H A D | FsStatTest.cpp | 25 #include <ftw.h>
|
H A D | FsUnistdTest.cpp | 24 #include <ftw.h>
|
H A D | FsFcntlTest.cpp | 26 #include <ftw.h>
|
H A D | FsDirentTest.cpp | 25 #include <ftw.h>
|
Completed in 5 milliseconds