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

/macosx-10.10/msdosfs-209.1.1/
H A Dtest_msdos_userfs.py21 imagePath = '/tmp/FAT_TestCase.sparsebundle' variable in class:UserFSTestCase
52 if not os.path.exists(klass.imagePath):
55 args.append(klass.imagePath)
64 args.append(klass.imagePath)
74 if os.path.isdir(klass.imagePath):
75 shutil.rmtree(klass.imagePath)
77 os.remove(klass.imagePath)
95 print "rm -r", klass.imagePath
98 print "-> Deleting %s" % klass.imagePath
99 if os.path.isdir(klass.imagePath)
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DImageMac.mm68 NSString *imagePath = [bundle pathForResource:[NSString stringWithUTF8String:name] ofType:@"png"];
69 NSData *namedImageData = [NSData dataWithContentsOfFile:imagePath];
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DImageUtilities.js272 function generateColoredImagesForCSS(imagePath, specifications, width, height, canvasIdentifierPrefix)
274 console.assert(imagePath);
318 imageElement.src = imagePath;
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateIO.cpp716 OSData ** imagePath, uint8_t * volumeCryptKey)
890 // make imagePath
928 *imagePath = data;
713 IOPolledFileOpen( const char * filename, uint64_t setFileSize, IOBufferMemoryDescriptor * ioBuffer, IOPolledFileIOVars ** fileVars, OSData ** fileExtents, OSData ** imagePath, uint8_t * volumeCryptKey) argument

Completed in 91 milliseconds