HomeSort by relevance Sort by last modified time
    Searched full:posix_local_time_struct (Results 1 - 1 of 1) sorted by null

  /external/v8/src/
platform-win32.cc 55 tm* posix_local_time_struct = localtime(time); local
56 if (posix_local_time_struct == NULL) return 1;
57 *out_tm = *posix_local_time_struct;
519 tm posix_local_time_struct; local
520 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0;
522 time_t local_posix_time = _mkgmtime(&posix_local_time_struct);
    [all...]

Completed in 583 milliseconds