Searched refs:apr_file_trunc (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/test/ |
H A D | testlfs.c | 65 APR_ASSERT_SUCCESS(tc, "Truncate to 1MB", rv = apr_file_trunc(f, oneMB+1)); in test_open() 84 rv = apr_file_trunc(f, eightGB); in test_open() 311 apr_file_trunc(f, eightGB)); in test_buffered()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | seek.c | 107 APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *fp, apr_off_t offset) in apr_file_trunc() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/ |
H A D | shm.c | 305 status = apr_file_trunc(file, new_m->realsize); in apr_shm_create() 335 status = apr_file_trunc(file, new_m->realsize); in apr_shm_create()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | seek.c | 99 apr_status_t apr_file_trunc(apr_file_t *fp, apr_off_t offset) in apr_file_trunc() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | seek.c | 157 APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *thefile, apr_off_t offset) in apr_file_trunc() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_file_io.h | 909 APR_DECLARE(apr_status_t) apr_file_trunc(apr_file_t *fp, apr_off_t offset);
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/ |
H A D | shm.c | 172 rv = apr_file_trunc(f, size); in apr_shm_create_ex()
|