HomeSort by relevance Sort by last modified time
    Searched refs:fs_generator (Results 1 - 3 of 3) sorted by null

  /system/core/fastboot/
fs.h 7 struct fs_generator;
9 const struct fs_generator* fs_get_generator(const std::string& fs_type);
10 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize,
fs.cpp 38 static const struct fs_generator { struct
51 const struct fs_generator* fs_get_generator(const std::string& fs_type) {
60 int fs_generator_generate(const struct fs_generator* gen, int tmpFileNo, long long partSize,
fastboot.cpp     [all...]

Completed in 51 milliseconds