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

/macosx-10.9.5/CF-855.17/
H A DCFPlugIn_PlugIn.c37 CFUUIDRef factoryID = (CFGetTypeID(factoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(kCFAllocatorSystemDefault, factoryIDStr) : NULL;
50 CFUUIDRef typeID = (CFGetTypeID(typeIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(kCFAllocatorSystemDefault, typeIDStr) : NULL;
55 curFactoryID = (CFGetTypeID(curFactoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(CFGetAllocator(bundle), curFactoryIDStr) : NULL;
61 curFactoryID = (CFGetTypeID(curFactoryIDStr) == CFStringGetTypeID()) ? CFUUIDCreateFromString(CFGetAllocator(bundle), curFactoryIDStr) : NULL;
H A DCFUUID.c371 CFUUIDRef CFUUIDCreateFromString(CFAllocatorRef alloc, CFStringRef uuidStr) { function
H A DCFUUID.h75 CFUUIDRef CFUUIDCreateFromString(CFAllocatorRef alloc, CFStringRef uuidStr);
/macosx-10.9.5/bless-98/libbless/EFI/
H A DBLInterpretEFIXMLRepresentationAsDevice.c119 uuid = CFUUIDCreateFromString(kCFAllocatorDefault, fsuuid);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOCFPlugIn.c46 uuid = CFUUIDCreateFromString(NULL, (CFStringRef)key);
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDABase.c551 * is in the appropriate form. One would expect CFUUIDCreateFromString() to accomplish this,
583 return ( index < length ) ? NULL : CFUUIDCreateFromString( allocator, string );
H A DDAInternal.c426 object = CFUUIDCreateFromString( allocator, object );
454 object = CFUUIDCreateFromString( allocator, object );
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfuuid.py35 self.assertResultIsCFRetained(CFUUIDCreateFromString)
36 uuid1 = CFUUIDCreateFromString(None, u'01020304-0506-0708-090A-0B0C0D0E0F10')
41 uuid2 = CFUUIDCreateFromString(None, u'01020304-0506-0708-090A-0B0C0D0E0F10')
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfuuid.py40 self.failUnlessResultIsCFRetained(CFUUIDCreateFromString)
41 uuid1 = CFUUIDCreateFromString(None, u'01020304-0506-0708-090A-0B0C0D0E0F10')
48 uuid2 = CFUUIDCreateFromString(None, u'01020304-0506-0708-090A-0B0C0D0E0F10')
/macosx-10.9.5/AppleFileSystemDriver-17/
H A Dsetbootuuid.c32 uuid = CFUUIDCreateFromString(kCFAllocatorDefault, uuidstr);

Completed in 145 milliseconds