#include <stdlib.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <iostream>#include <fstream>#include <sys/wait.h>#include <string>#include "y2storage/AppUtil.h"#include "y2storage/SystemCmd.h"#include "y2storage/OutputProcessor.h"Defines | |
| #define | ALTERNATE_SHELL "/bin/bash" |
| #define | BUF_LEN 256 |
| #define | MAX_STRING (STRING_MAXLEN - BUF_LEN - 10) |
| #define ALTERNATE_SHELL "/bin/bash" |
Referenced by storage::SystemCmd::doExecute().
| #define BUF_LEN 256 |
| #define MAX_STRING (STRING_MAXLEN - BUF_LEN - 10) |
1.5.5