|
| ||||||||||||||
| Partition (string partition_name)
| Partition |
Create an new instance.
| ~Partition ()
| ~Partition |
[virtual]
Clean up.
| int status ()
| status |
[virtual]
Return the exit status of the makefs process, closing the connection if not already done.
| void kill_format ()
| kill_format |
[virtual]
Forcably kill the makefs process
| bool get_progress_status (double &percent)
| get_progress_status |
[virtual]
Read progress indicator of the makefs process. Range of percent is from 0.0 to 100.0.
| void format (YCPList options,
ExternalProgram::Stderr_Disposition stderr_disp =
ExternalProgram::Stderr_To_Stdout)
| format |
[pure virtual]
Run mke2fs with the specified arguments and handle stderr.
| string partition_name | partition_name |
[protected]
| ExternalProgram * process | process |
[protected]
| int exit_code | exit_code |
[protected]
| Generated by: root on D60 on Mon Oct 20 16:16:32 2003, using kdoc 2.0a54. |