Android-cuttlefish cvd tool
Enumerations | Functions
fs.h File Reference
#include <string>
#include <stdint.h>
Include dependency graph for fs.h:
This graph shows which files directly or indirectly include this file:

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_generatorfs_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)
 

Enumeration Type Documentation

◆ FS_OPTION

enum FS_OPTION
Enumerator
FS_OPT_CASEFOLD 
FS_OPT_PROJID 
FS_OPT_COMPRESS 

Function Documentation

◆ fs_generator_generate()

int fs_generator_generate ( const struct fs_generator gen,
const char *  fileName,
long long  partSize,
unsigned  eraseBlkSize = 0,
unsigned  logicalBlkSize = 0,
unsigned  fsOptions = 0 
)

◆ fs_get_generator()

const struct fs_generator * fs_get_generator ( const std::string &  fs_type)