Home
last modified time | relevance | path

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 Ddir.c101 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 Dfilestat.c42 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 Dapr_arch_file_io.h70 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 Dtime.c251 APR_DECLARE(apr_status_t) apr_os2_time_to_apr_time(apr_time_t *result, in apr_os2_time_to_apr_time() function