Searched refs:apr_os2_time_to_apr_time (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | dir.c | 101 apr_os2_time_to_apr_time(&finfo->mtime, thedir->entry.fdateLastWrite, in apr_dir_read() 103 apr_os2_time_to_apr_time(&finfo->atime, thedir->entry.fdateLastAccess, in apr_dir_read() 105 apr_os2_time_to_apr_time(&finfo->ctime, thedir->entry.fdateCreation, in apr_dir_read()
|
H A D | filestat.c | 42 apr_os2_time_to_apr_time(&finfo->atime, fstatus->fdateLastAccess, in FS3_to_finfo() 44 apr_os2_time_to_apr_time(&finfo->mtime, fstatus->fdateLastWrite, in FS3_to_finfo() 46 apr_os2_time_to_apr_time(&finfo->ctime, fstatus->fdateCreation, in FS3_to_finfo()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/os2/ |
H A D | apr_arch_file_io.h | 70 apr_status_t apr_os2_time_to_apr_time(apr_time_t *result, FDATE os2date,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/time/unix/ |
H A D | time.c | 251 APR_DECLARE(apr_status_t) apr_os2_time_to_apr_time(apr_time_t *result, in apr_os2_time_to_apr_time() function
|