Home
last modified time | relevance | path

Searched refs:creation_time (Results 1 – 25 of 38) sorted by relevance

12

/third_party/benchmark/src/
Dtimers.cc114 FILETIME creation_time; in ProcessCPUUsage() local
118 if (GetProcessTimes(proc, &creation_time, &exit_time, &kernel_time, in ProcessCPUUsage()
145 FILETIME creation_time; in ThreadCPUUsage() local
149 GetThreadTimes(this_thread, &creation_time, &exit_time, &kernel_time, in ThreadCPUUsage()
/third_party/cef/libcef/common/net_service/
Dnet_service_util.cc255 base::Time creation_time = base::Time::Now(); in MakeCefCookie() local
257 net::CanonicalCookie::CanonExpiration(pc, creation_time, creation_time); in MakeCefCookie()
265 cef_time_from_basetime(creation_time, cookie.creation); in MakeCefCookie()
266 cef_time_from_basetime(creation_time, cookie.last_access); in MakeCefCookie()
/third_party/ntfs-3g/libntfs-3g/
Dinode.c202 ni->creation_time = std_info->creation_time; in ntfs_inode_real_open()
761 std_info->creation_time = ni->creation_time; in ntfs_inode_sync_standard_information()
895 fnx->creation_time = ni->creation_time; in ntfs_inode_sync_file_name()
900 fnx->creation_time = fn->creation_time; in ntfs_inode_sync_file_name()
1482 times[0] = sle64_to_cpu(std_info->creation_time); in ntfs_inode_get_times()
1558 std_info->creation_time = cpu_to_sle64(times[0]); in ntfs_inode_set_times()
1559 ni->creation_time in ntfs_inode_set_times()
1560 = std_info->creation_time; in ntfs_inode_set_times()
1584 fn->creation_time in ntfs_inode_set_times()
Ddir.c1511 si->creation_time = ni->creation_time; in __ntfs_create()
1708 fn->creation_time = ni->creation_time; in __ntfs_create()
2244 fn->creation_time = ni->creation_time; in ntfs_link_i()
Dmft.c1602 ni->creation_time = ni->last_data_change_time = in ntfs_mft_rec_alloc()
1928 ni->creation_time = ni->last_data_change_time = in ntfs_mft_record_alloc()
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_alloy.h51 void SetCreationTimeForTesting(base::Time creation_time) override;
Dchrome_profile_alloy.cc157 void ChromeProfileAlloy::SetCreationTimeForTesting(base::Time creation_time) { in SetCreationTimeForTesting() argument
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-mux.h95 GDateTime *creation_time; member
Dmatroska-mux.c559 g_clear_pointer (&mux->creation_time, g_date_time_unref); in gst_matroska_mux_finalize()
3281 if (mux->creation_time != NULL) { in gst_matroska_mux_start()
3282 time = g_date_time_to_unix (mux->creation_time) * GST_SECOND; in gst_matroska_mux_start()
3283 time += g_date_time_get_microsecond (mux->creation_time) * GST_USECOND; in gst_matroska_mux_start()
4452 g_clear_pointer (&mux->creation_time, g_date_time_unref); in gst_matroska_mux_set_property()
4453 mux->creation_time = g_value_dup_boxed (value); in gst_matroska_mux_set_property()
4499 g_value_set_boxed (value, mux->creation_time); in gst_matroska_mux_get_property()
/third_party/gn/src/base/files/
Dfile.h115 Ticks creation_time; member
Dfile_win.cc187 info->creation_time = *reinterpret_cast<uint64_t*>(&file_info.ftCreationTime); in GetInfo()
Dfile_posix.cc118 creation_time = creation_time_sec * kNano + creation_time_nsec; in FromStat()
Dfile_util_win.cc502 results->creation_time = *reinterpret_cast<uint64_t*>(&attr.ftCreationTime); in GetFileInfo()
/third_party/ntfs-3g/ntfsprogs/
Dmkntfs.c1925 si.creation_time = mkntfs_time(); in add_attr_std_info()
1926 si.last_data_change_time = si.creation_time; in add_attr_std_info()
1927 si.last_mft_change_time = si.creation_time; in add_attr_std_info()
1928 si.last_access_time = si.creation_time; in add_attr_std_info()
1991 info_time = si->creation_time; in stdinfo_time()
2043 fn->creation_time = si->creation_time; in add_attr_file_name()
3175 fn->creation_time = stdinfo_time(m_file); in create_hardlink_res()
3176 fn->last_data_change_time = fn->creation_time; in create_hardlink_res()
3177 fn->last_mft_change_time = fn->creation_time; in create_hardlink_res()
3178 fn->last_access_time = fn->creation_time; in create_hardlink_res()
[all …]
Dntfsundelete.c980 if (ntfs2timespec(filename_attr->creation_time).tv_sec > name->date_c) { in verify_parent()
1183 name->date_c = ntfs2timespec(attr->creation_time).tv_sec; in get_filenames()
1226 name->date_c = ntfs2timespec(attr->creation_time).tv_sec; in get_filenames()
Dntfsclone.c1107 e->key.file_name.creation_time = timestamp;
1225 entry->key.file_name.creation_time = timestamp;
1262 ats->creation_time = (timestamp); \
Dntfsinfo.c690 ntfs_time_str = ntfsinfo_time_to_str(standard_attr->creation_time); in ntfs_dump_attr_standard_information()
845 file_name_attr->creation_time); in ntfs_dump_filename()
/third_party/ntfs-3g/include/ntfs-3g/
Dinode.h157 ntfs_time creation_time; member
Dlayout.h912 /* 0*/ sle64 creation_time; /* Time file was created. Updated when member
1107 /* 8*/ sle64 creation_time; /* Time file was created. */ member
/third_party/python/Modules/
Dtimemodule.c1188 FILETIME creation_time, exit_time, kernel_time, user_time; local
1194 ok = GetProcessTimes(process, &creation_time, &exit_time,
1381 FILETIME creation_time, exit_time, kernel_time, user_time; local
1387 ok = GetThreadTimes(thread, &creation_time, &exit_time,
/third_party/cups-filters/scripting/php/
DREADME95 creation_time Time the job was created
Dphpcups.c355 add_property_long(jobobj, "creation_time", job->creation_time); in PHP_FUNCTION()
/third_party/ffmpeg/libavformat/
Dasfdec_o.c649 time_t creation_time; in asf_read_properties() local
654 creation_time = avio_rl64(pb); in asf_read_properties()
661 creation_time /= 10000000; in asf_read_properties()
663 creation_time -= 11644473600; in asf_read_properties()
664 tm = gmtime_r(&creation_time, &tmbuf); in asf_read_properties()
Dasfenc.c228 int64_t creation_time; member
416 if (ff_parse_creation_time_metadata(s, &asf->creation_time, 0) != 0) in asf_write_header1()
474 avio_wl64(pb, unix_to_file_time(asf->creation_time)); in asf_write_header1()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h124 guint64 creation_time; member
213 guint64 creation_time; member

12