Home
last modified time | relevance | path

Searched refs:CreationTime (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dos_thread_functions.hpp219 winapi::interprocess_filetime CreationTime, ExitTime, KernelTime, UserTime; in get_current_process_creation_time() local
222 ( winapi::get_current_process(), &CreationTime, &ExitTime, &KernelTime, &UserTime); in get_current_process_creation_time()
226 return CreationTime.dwHighDateTime*(ldouble_t(1u<<31u)*2.0l*resolution) + in get_current_process_creation_time()
227 CreationTime.dwLowDateTime*resolution; in get_current_process_creation_time()
/third_party/glib/gio/
Dgwin32file-sync-stream.c357 output_stat->ctime.dwLowDateTime = bi.CreationTime.LowPart; in _file_sync_stream_stat()
358 output_stat->ctime.dwHighDateTime = bi.CreationTime.HighPart; in _file_sync_stream_stat()
/third_party/libuv/src/win/
Dwinapi.h4233 LARGE_INTEGER CreationTime; member
4247 LARGE_INTEGER CreationTime; member
4262 LARGE_INTEGER CreationTime; member
Dfs.c1807 file_info.BasicInformation.CreationTime.QuadPart); in fs__stat_handle()