Home
last modified time | relevance | path

Searched refs:i_creation_time (Results 1 – 13 of 13) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dtemplate.c57 if (inode->i_creation_time != template_inode->i_creation_time || in inode_metadata_consistent()
H A Dunix_capture.c598 inode->i_creation_time = timespec_to_wim_timestamp(&stbuf.st_mtim); in unix_build_dentry_tree_recursive()
602 inode->i_creation_time = time_t_to_wim_timestamp(stbuf.st_mtime); in unix_build_dentry_tree_recursive()
H A Diterate_dir.c125 wim_timestamp_to_wimlib_timespec(inode->i_creation_time, in init_wimlib_dentry()
H A Dtest_support.c566 inode->i_creation_time = generate_random_timestamp(); in set_random_metadata()
1507 if (inode1->i_creation_time != inode2->i_creation_time && in cmp_timestamps()
H A Dinode.c64 inode->i_creation_time = now; in new_inode()
H A Ddentry.c1379 inode->i_creation_time = le64_to_cpu(disk_dentry->creation_time); in read_dentry()
1715 disk_dentry->creation_time = cpu_to_le64(inode->i_creation_time); in write_dentry()
H A Dntfs-3g_capture.c800 inode->i_creation_time = le64_to_cpu(ni->creation_time); in ntfs_3g_build_dentry_tree_recursive()
H A Dntfs-3g_apply.c107 inode->i_creation_time, in ntfs_3g_set_timestamps()
H A Dwin32_capture.c1810 inode->i_creation_time = file_info.creation_time; in winnt_build_dentry_tree_recursive()
2787 inode->i_creation_time = ni->creation_time; in generate_wim_structures_recursive()
H A Dwin32_apply.c3101 info.CreationTime.QuadPart = inode->i_creation_time; in do_apply_metadata_to_file()
/dports/sysutils/wimlib/wimlib-1.13.0/include/wimlib/
H A Dinode.h144 u64 i_creation_time; member
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/mp4/
H A Dlibmp4.h468 uint64_t i_creation_time; member
491 uint64_t i_creation_time; member
523 uint64_t i_creation_time; member
H A Dlibmp4.c685 MP4_GET8BYTES( p_box->data.p_mvhd->i_creation_time ); in MP4_ReadBox_mvhd()
692 MP4_GET4BYTES( p_box->data.p_mvhd->i_creation_time ); in MP4_ReadBox_mvhd()
719 MP4_ConvertDate2Str( s_creation_time, p_box->data.p_mvhd->i_creation_time, false ); in MP4_ReadBox_mvhd()
1195 MP4_GET8BYTES( p_box->data.p_tkhd->i_creation_time ); in MP4_ReadBox_tkhd()
1203 MP4_GET4BYTES( p_box->data.p_tkhd->i_creation_time ); in MP4_ReadBox_tkhd()
1251 MP4_ConvertDate2Str( s_creation_time, p_box->data.p_mvhd->i_creation_time, false ); in MP4_ReadBox_tkhd()
1309 MP4_GET8BYTES( p_box->data.p_mdhd->i_creation_time ); in MP4_ReadBox_mdhd()
1316 MP4_GET4BYTES( p_box->data.p_mdhd->i_creation_time ); in MP4_ReadBox_mdhd()
1329 MP4_ConvertDate2Str( s_creation_time, p_box->data.p_mdhd->i_creation_time, false ); in MP4_ReadBox_mdhd()