Home
last modified time | relevance | path

Searched refs:td_ntfs2utc (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/testdisk/testdisk-7.1/src/
H A Dntfs_dir.c224 new_file->td_atime=td_ntfs2utc(sle64_to_cpu(si->last_access_time)); in ntfs_td_list_entry()
225 new_file->td_mtime=td_ntfs2utc(sle64_to_cpu(si->last_data_change_time)); in ntfs_td_list_entry()
226 new_file->td_ctime=td_ntfs2utc(sle64_to_cpu(si->creation_time)); in ntfs_td_list_entry()
H A Dfile_reg.c114 file_recovery_new->time=td_ntfs2utc(le64(header->modification_time)); in header_check_reg_nt()
H A Dfile_asf.c109 time=td_ntfs2utc(le64(prop->file_date)); in header_check_asf()
H A Dntfs_udl.c240 if (td_ntfs2utc(filename_attr->creation_time) > name->date_c) { in verify_parent()
401 name->date_c = td_ntfs2utc(attr->creation_time); in get_filenames()
402 name->date_a = td_ntfs2utc(attr->last_data_change_time); in get_filenames()
403 name->date_m = td_ntfs2utc(attr->last_mft_change_time); in get_filenames()
404 name->date_r = td_ntfs2utc(attr->last_access_time); in get_filenames()
570 file->date = td_ntfs2utc(si->last_data_change_time); in read_record()
H A Dcommon.c285 time_t td_ntfs2utc (int64_t ntfstime) in td_ntfs2utc() function
H A Dcommon.h448 time_t td_ntfs2utc (int64_t ntfstime);
/dports/sysutils/testdisk/testdisk-7.1/
H A DChangeLog2949 Move td_ntfs2utc() to src/common.c