Searched defs:colPath (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py224 def colPath(_ctx, path): function
669 print " name=%s host=%s %s %s" % (sf.name, colPath(ctx, sf.hostPath), cond(sf.accessible, "accessible", "not accessible"), cond(sf.writable, "writable", "read-only"))
1040 print " Location: %s" % (colPath(ctx, medium.location))
1050 print " Host DVD %s" % (colPath(ctx, medium.location))
1054 print " Virtual image at %s" % (colPath(ctx, medium.location))
1063 print " Host floppy %s" % (colPath(ctx, medium.location))
1065 print " Virtual image at %s" % (colPath(ctx, medium.location))
1533 print "Machines: %s" % (colPath(ctx, props.defaultMachineFolder))
2167 print " %s (%s)%s %s [logical %s]" % (colPath(ctx, hdd.location), hdd.format, optId(verbose, hdd.id), colSizeM(ctx, asSize(hdd.size, True)), colSizeM(ctx, asSize(hdd.logicalSize, True)))
2174 print " %s (%s)%s %s" % (colPath(ct
[all...]

Completed in 37 milliseconds