Home
last modified time | relevance | path

Searched refs:nftw_callback (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dftwndk.cpp51 static int nftw_callback(const char *pathname, const struct stat *sb, int flag, struct FTW *ftw) { return 0; } in nftw_callback() function
60 int ret = nftw(path, nftw_callback, TEST_FD_LIMIT, flag[0]); in Nftw()
72 int ret = nftw64(path, nftw_callback, TEST_FD_LIMIT, flag[0]); in Nftw64()

Completed in 1 milliseconds