Searched defs:fpath (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
25 ASSERT_TRUE(fpath != NULL);
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, struct FTW* ftwbuf) {
52 sanity_check_nftw(fpath, s
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 442 milliseconds