|
Android-cuttlefish cvd tool
|
#include <string>#include <stdint.h>

Go to the source code of this file.
Enumerations | |
| enum | FS_OPTION { FS_OPT_CASEFOLD , FS_OPT_PROJID , FS_OPT_COMPRESS } |
Functions | |
| const struct fs_generator * | fs_get_generator (const std::string &fs_type) |
| int | fs_generator_generate (const struct fs_generator *gen, const char *fileName, long long partSize, unsigned eraseBlkSize=0, unsigned logicalBlkSize=0, unsigned fsOptions=0) |
| enum FS_OPTION |
| int fs_generator_generate | ( | const struct fs_generator * | gen, |
| const char * | fileName, | ||
| long long | partSize, | ||
| unsigned | eraseBlkSize = 0, |
||
| unsigned | logicalBlkSize = 0, |
||
| unsigned | fsOptions = 0 |
||
| ) |
| const struct fs_generator * fs_get_generator | ( | const std::string & | fs_type | ) |