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

/external/webkit/WebKitTools/Scripts/
H A Dbisect-builds363 my $mountPath = "/Volumes/WebKit";
364 my $webkitApp = File::Spec->catfile($mountPath, "WebKit.app");
369 while (-e $mountPath) {
372 `hdiutil detach '$mountPath' 2> $devNull`;
373 die "Could not unmount $diskImage at $mountPath" if $i > 100;
375 die "Can't mount $diskImage: $mountPath already exists!" if -e $mountPath;
383 die "Could not mount $diskImage at $mountPath" if $i > 100;
397 `hdiutil detach '$mountPath' 2> $devNull`;

Completed in 38 milliseconds