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

/bionic/tests/
H A Dftw_test.cpp24 void sanity_check_ftw(const char* fpath, const struct stat* sb, int tflag) { argument
28 ASSERT_TRUE((is_dir && tflag == FTW_D) || (!is_dir && tflag == FTW_F));
32 const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
33 sanity_check_ftw(fpath, sb, tflag);
40 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { argument
41 sanity_check_ftw(fpath, sb, tflag);
45 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { argument
46 sanity_check_ftw(fpath, reinterpret_cast<const struct stat*>(sb), tflag);
51 const char* fpath, const struct stat* sb, int tflag, struc
31 sanity_check_nftw( const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) argument
50 check_nftw( const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) argument
56 check_nftw64( const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) argument
[all...]

Completed in 40 milliseconds