Home
last modified time | relevance | path

Searched refs:fileData (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/osfmk/console/art/
H A Dprogress.m74 NSData* fileData = [NSData dataWithContentsOfFile:filePath];
75 NSBitmapImageRep* bitmapImageRep = [[NSBitmapImageRep alloc] initWithData:fileData];
/xnu-8792.41.9/iokit/Kernel/
H A DIOHibernateIO.cpp749 OSData * fileData = NULL; in IOHibernateSystemSleep() local
752 fileData = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-file-path")); in IOHibernateSystemSleep()
764 if (fileData) { in IOHibernateSystemSleep()
766 loadOptionHeader.FilePathLength += fileData->getLength(); in IOHibernateSystemSleep()
771 if (fileData) { in IOHibernateSystemSleep()
773 gIOHibernateBoot0082Data->appendBytes(fileData); in IOHibernateSystemSleep()