OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Disk
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebKitTools/BuildSlaveSupport/
build-launcher-dmg
30
# Script used by build slaves to create a
disk
-image containing WebKit.app.
70
print "Creating
disk
image...\n";
72
die "Creating
disk
image failed" if $?;
78
print "Compressing
disk
image...\n";
79
system("mv", "-f", $nightlyLauncherDiskImagePath, "$nightlyLauncherDiskImagePath.uncompressed.dmg") == 0 or die "Renaming
disk
image failed";
81
die "Compressing
disk
image failed" if $?;
91
system("rsync", "-vP", $nightlyLauncherDiskImagePath, "$nightlyRemoteHost:$nightlyRemoteDiskImagePath") == 0 or die "Failed uploading
disk
image";
92
system("ssh", $nightlyRemoteHost, $nightlyRemoteLatestPath, $buildTag, "mac", $nightlyRemoteDiskImagePath, $revision) == 0 or die "Failed linking
disk
image to latest";
98
system("rsync", "-vP", $nightlyLauncherDiskImagePath, $remoteDiskImagePath) == 0 or die "Failed uploading
disk
image";
117
print "
Disk
image left at $nightlyLauncherDiskImagePath\n"
[
all
...]
/external/grub/util/
mkbimage
77
Type of the file system to create on the virtual
disk
. Choices
336
# We start by creating a virtual
disk
which size is the number of
338
# Create the empty virtual
disk
341
# We then format the virtual
disk
408
And for El Torito Hard
Disk
emulation:
410
mkisofs -b <image> -hard-
disk
-boot -c boot.catalog -o raw.iso <dir>
Completed in 32 milliseconds