Home
last modified time | relevance | path

Searched refs:file_time (Results 1 - 8 of 8) sorted by relevance

/third_party/libcoap/src/
H A Dcoap_time.c46 FILETIME file_time; in gettimeofday() local
50 GetSystemTimeAsFileTime(&file_time); in gettimeofday()
51 time.LowPart = file_time.dwLowDateTime; in gettimeofday()
52 time.HighPart = file_time.dwHighDateTime; in gettimeofday()
/third_party/curl/docs/examples/
H A Dftpgetinfo.c72 time_t file_time = (time_t)filetime; in main() local
73 printf("filetime %s: %s", filename, ctime(&file_time)); in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c466 FILETIME file_time; in gettimeofday() local
470 SystemTimeToFileTime( &system_time, &file_time ); in gettimeofday()
471 time = ((uint64_t)file_time.dwLowDateTime ) ; in gettimeofday()
472 time += ((uint64_t)file_time.dwHighDateTime) << 32; in gettimeofday()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_internal.cc251 // Returns a zip_fileinfo struct with the time represented by |file_time|.
252 zip_fileinfo TimeToZipFileInfo(const base::Time& file_time) { in TimeToZipFileInfo() argument
254 file_time.UTCExplode(&file_time_parts); in TimeToZipFileInfo()
/third_party/node/deps/zlib/google/
H A Dzip_internal.cc251 // Returns a zip_fileinfo struct with the time represented by |file_time|.
252 zip_fileinfo TimeToZipFileInfo(const base::Time& file_time) { in TimeToZipFileInfo() argument
254 file_time.UTCExplode(&file_time_parts); in TimeToZipFileInfo()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_internal.cc243 // Returns a zip_fileinfo struct with the time represented by |file_time|.
244 zip_fileinfo TimeToZipFileInfo(const base::Time& file_time) { in TimeToZipFileInfo() argument
246 file_time.LocalExplode(&file_time_parts); in TimeToZipFileInfo()
/third_party/libuv/src/win/
H A Dutil.c1685 FILETIME file_time; in uv_gettimeofday() local
1691 GetSystemTimeAsFileTime(&file_time); in uv_gettimeofday()
1692 ularge.LowPart = file_time.dwLowDateTime; in uv_gettimeofday()
1693 ularge.HighPart = file_time.dwHighDateTime; in uv_gettimeofday()
/third_party/node/deps/uv/src/win/
H A Dutil.c1883 FILETIME file_time; in uv_gettimeofday() local
1889 GetSystemTimeAsFileTime(&file_time); in uv_gettimeofday()
1890 ularge.LowPart = file_time.dwLowDateTime; in uv_gettimeofday()
1891 ularge.HighPart = file_time.dwHighDateTime; in uv_gettimeofday()

Completed in 8 milliseconds