Searched defs:fpath (Results 1 – 6 of 6) sorted by relevance
/aosp12/bionic/tests/ |
H A D | ftw_test.cpp | 52 void smoke_test_ftw(const char* fpath, const struct stat* sb, int tflag) { in smoke_test_ftw() 78 void smoke_test_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in smoke_test_nftw() 83 int check_ftw(const char* fpath, const struct stat* sb, int tflag) { in check_ftw() 88 int check_ftw64(const char* fpath, const struct stat64* sb, int tflag) { in check_ftw64() 93 int check_nftw(const char* fpath, const struct stat* sb, int tflag, FTW* ftwbuf) { in check_nftw() 98 int check_nftw64(const char* fpath, const struct stat64* sb, int tflag, FTW* ftwbuf) { in check_nftw64()
|
/aosp12/system/extras/pagecache/ |
H A D | dumpcache.c | 43 static struct file_info *get_file_info(const char* fpath, size_t file_size) { in get_file_info() 75 static int store_num_cached(const char* fpath, const struct stat *sb) { in store_num_cached() 110 static int scan_entry(const char *fpath, const struct stat *sb, int typeflag, in scan_entry()
|
/aosp12/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/ |
H A D | service_utility.h | 56 static int PokeService(const char* fpath, const struct stat* /*sb*/, in PokeService()
|
/aosp12/art/odrefresh/ |
H A D | odr_fs_utils.cc | 45 static int NftwCleanUpCallback(const char* fpath, in NftwCleanUpCallback()
|
/aosp12/system/timezone/tzdatacheck/ |
H A D | tzdatacheck.cpp | 160 static int deleteFn(const char* fpath, const struct stat*, int typeflag, struct FTW*) { in deleteFn()
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 1406 const std::string fpath = unpacked + '/' + part + ".img"; in TEST_P() local
|