Home
last modified time | relevance | path

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 Dtestlfs.c65 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 Dseek.c107 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 Dshm.c305 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 Dseek.c99 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 Dseek.c157 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 Dapr_file_io.h909 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 Dshm.c172 rv = apr_file_trunc(f, size); in apr_shm_create_ex()