HomeSort by: relevance | last modified time | path
    Searched defs:sys_time (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 307 const auto sys_time = fs::file_time(st, ec); variable
308 if (sys_time == sys_time.min())
310 return _S_from_sys(sys_time);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 307 const auto sys_time = fs::file_time(st, ec); variable
308 if (sys_time == sys_time.min())
310 return _S_from_sys(sys_time);
  /src/lib/libc/time/
private.h 716 static time_t sys_time(time_t *x) { return time(x); } function

Completed in 16 milliseconds