Home
last modified time | relevance | path

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

/llvm-project/libcxx/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
/llvm-project/libcxx/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