Home | History | Annotate | Download | only in Analysis

Lines Matching full:disk

191 extern CFDictionaryRef DADiskCopyDescription( DADiskRef disk );
192 extern DADiskRef DADiskCopyWholeDisk( DADiskRef disk );
380 DADiskRef disk = DADiskCreateFromBSDName(kCFAllocatorDefault, 0, "hello"); // expected-warning{{leak}}
381 if (disk) NSLog(@"ok");
383 disk = DADiskCreateFromIOMedia(kCFAllocatorDefault, 0, media); // expected-warning{{leak}}
384 if (disk) NSLog(@"ok");
389 disk = DADiskCopyWholeDisk(d); // expected-warning{{leak}}
390 if (disk) NSLog(@"ok");