Searched refs:apr_file_info_get (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testfileinfo.c | 115 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_info_get() 160 rv = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in test_stat_eq_finfo() 198 rv = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in test_buffered_write_size()
|
H A D | testlfs.c | 68 rv = apr_file_info_get(&testsize, APR_FINFO_CSIZE, f); in test_open() 121 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_reopen() 190 apr_file_info_get(&finfo, APR_FINFO_NORM, fh)); in test_append()
|
H A D | testmmap.c | 96 rv = apr_file_info_get(&thisfinfo, APR_FINFO_NORM, thefile); in test_get_filesize()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | seek.c | 91 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek() 117 rc = apr_file_info_get(&finfo, APR_FINFO_SIZE, thefile); in apr_file_seek()
|
H A D | filestat.c | 161 rv = apr_file_info_get(finfo, wanted, thefile); in resolve_ident() 173 rv = apr_file_info_get(finfo, wanted & ~(APR_FINFO_PROT in resolve_ident() 418 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, in apr_file_info_get() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | copy.c | 38 status = apr_file_info_get(&finfo, APR_FINFO_PROT, s); in apr_file_transfer_contents()
|
H A D | filestat.c | 151 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, in apr_file_info_get() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | seek.c | 78 rc = apr_file_info_get(&finfo, APR_FINFO_NORM, thefile); in apr_file_seek()
|
H A D | filestat.c | 89 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, apr_int32_t wanted, in apr_file_info_get() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_io.h | 898 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/netware/ |
H A D | filestat.c | 107 APR_DECLARE(apr_status_t) apr_file_info_get(apr_finfo_t *finfo, in apr_file_info_get() function
|