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

/macosx-10.10/AppleRAID-4.0.6/
H A Dartest.c131 char wholeDevicePath[256]; local
132 sprintf(wholeDevicePath, "/dev/%s", diskName);
135 char * c = wholeDevicePath + 5 + 4; // skip over "/dev/disk"
153 MKMediaRef device = MKMediaCreateWithPath(nil, wholeDevicePath, options, &err);

Completed in 69 milliseconds