HomeSort by relevance Sort by last modified time
    Searched defs:posix_time (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/libupload/
ctime.c 13 uint32_t posix_time(void) function
  /external/v8/src/base/platform/
platform-win32.cc 370 time_t posix_time = static_cast<time_t>(unchecked_posix_time); local
374 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
    [all...]

Completed in 210 milliseconds