Searched refs:kFirmwareFileOSPath (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c62 #define kFirmwareFileOSPath "/usr/standalone/i386/Firmware.scap" macro
230 if (0 != lstat(kFirmwareFileOSPath, &sb) || !S_ISREG(sb.st_mode)) {
231 syslog(LOG_DEBUG, "Font file %s is not accessible or not a regular file", kFirmwareFileOSPath);
433 strlcpy(colonpath, kFirmwareFileOSPath, sizeof(colonpath));
466 if (0 != lstat(kFirmwareFileOSPath, &sb)) {
467 syslog(LOG_DEBUG, "Could not access %s: %s", kFirmwareFileOSPath, strerror(errno));
472 syslog(LOG_DEBUG, "%s is not a regular file", kFirmwareFileOSPath);
657 ret = copyfile(kFirmwareFileOSPath, espfontpath, NULL, COPYFILE_DATA);
659 syslog(LOG_DEBUG, "Could not copy %s to %s: %d", kFirmwareFileOSPath, espfontpath, ret);
662 syslog(LOG_DEBUG, "Copied %s to %s", kFirmwareFileOSPath, espfontpat
[all...]

Completed in 109 milliseconds