Home
last modified time | relevance | path

Searched defs:filetime_to_timespec (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dtime_utils.h77 inline TimeSpec filetime_to_timespec(LARGE_INTEGER li) { in filetime_to_timespec() function
84 inline TimeSpec filetime_to_timespec(FILETIME ft) { in filetime_to_timespec() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp67 static TimeSpec filetime_to_timespec(LARGE_INTEGER li) { in filetime_to_timespec() function