Searched refs:fs_generator (Results 1 - 3 of 3) sorted by relevance

/system/core/fastboot/
H A Dfs.h6 struct fs_generator;
8 const struct fs_generator* fs_get_generator(const char *fs_type);
9 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize);
H A Dfs.c39 static const struct fs_generator { struct
51 const struct fs_generator* fs_get_generator(const char *fs_type)
62 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize)
H A Dfastboot.c904 const struct fs_generator *gen;

Completed in 86 milliseconds