|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/config/mkenvimage_slim.h"#include <stdlib.h>#include "absl/log/log.h"#include "gflags/gflags.h"#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| DEFINE_int32 (env_size, 4096, "file size of resulting env") | |
| DEFINE_string (output_path, "", "output file path") | |
| DEFINE_string (input_path, "", "input file path") | |
| Result< void > | cuttlefish::MkenvimageSlimMain (int argc, char **argv) |
| int | main (int argc, char **argv) |
Variables | |
| static constexpr char | cuttlefish::kUsageMessage [] |
| DEFINE_int32 | ( | env_size | , |
| 4096 | , | ||
| "file size of resulting env" | |||
| ) |
| DEFINE_string | ( | input_path | , |
| "" | , | ||
| "input file path" | |||
| ) |
| DEFINE_string | ( | output_path | , |
| "" | , | ||
| "output file path" | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |