Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/console/art/
H A Dprogress.m74 NSData* fileData = [NSData dataWithContentsOfFile:filePath];
75 NSBitmapImageRep* bitmapImageRep = [[NSBitmapImageRep alloc] initWithData:fileData];
/xnu-12377.81.4/iokit/Kernel/
H A DIOHibernateIO.cpp834 OSData * fileData = NULL; in IOHibernateSystemSleep() local
837 fileData = OSDynamicCast(OSData, gIOChosenEntry->getProperty("boot-file-path")); in IOHibernateSystemSleep()
849 if (fileData) { in IOHibernateSystemSleep()
851 loadOptionHeader.FilePathLength += fileData->getLength(); in IOHibernateSystemSleep()
856 if (fileData) { in IOHibernateSystemSleep()
858 gIOHibernateBoot0082Data->appendBytes(fileData); in IOHibernateSystemSleep()