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

/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3820 struct stat bootx_stat_buf; local
3823 if (0 != stat(kBootXPath, &bootx_stat_buf))
3827 || (bootsignature_stat_buf.st_mtime != bootx_stat_buf.st_mtime))
3841 TIMESPEC_TO_TIMEVAL(&fileTimes[0], &bootx_stat_buf.st_atimespec);
3842 TIMESPEC_TO_TIMEVAL(&fileTimes[1], &bootx_stat_buf.st_mtimespec);

Completed in 117 milliseconds