Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/console/art/
H A Dprogress.m74 NSData* fileData = [NSData dataWithContentsOfFile:filePath];
75 NSBitmapImageRep* bitmapImageRep = [[NSBitmapImageRep alloc] initWithData:fileData];
/xnu-12377.41.6/iokit/Kernel/
H A DIOHibernateIO.cpp838 OSData * fileData = NULL; in IOHibernateSystemSleep() local
841 fileData = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-file-path")); in IOHibernateSystemSleep()
853 if (fileData) { in IOHibernateSystemSleep()
855 loadOptionHeader.FilePathLength += fileData->getLength(); in IOHibernateSystemSleep()
860 if (fileData) { in IOHibernateSystemSleep()
862 gIOHibernateBoot0082Data->appendBytes(fileData); in IOHibernateSystemSleep()