Searched refs:bootTimeValue (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp3333 struct timeval bootTimeValue; local
3334 size_t bootTimeValueSize = sizeof(bootTimeValue);
3335 if ( (sysctlbyname("kern.boottime", &bootTimeValue, &bootTimeValueSize, NULL, 0) == 0) && (bootTimeValue.tv_sec != 0) ) {
3337 if ( dyldCacheStatInfo.st_mtime < bootTimeValue.tv_sec ) {

Completed in 120 milliseconds