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

/external/webkit/Tools/Scripts/
H A Densure-valid-python47 my $mountPoint = File::Spec->join($tempDirectory, "mount");
76 my ($dmgPath, $mountPoint) = @_;
77 print "Mounting $dmgPath at $mountPoint\n";
78 return system("hdiutil", "attach", "-mountpoint", $mountPoint, "-nobrowse", $dmgPath) == 0;
83 my ($mountPoint) = @_;
84 print "Unmounting disk image from $mountPoint\n";
85 my $exitCode = system("hdiutil", "detach", $mountPoint);
106 return mountDMG($localPath, $mountPoint);
112 print "Mounted python install image at: $mountPoint\n";
113 my $installerPackage = File::Spec->join($mountPoint,
[all...]

Completed in 367 milliseconds