Searched refs:real_uuid (Results 1 - 4 of 4) sorted by relevance

/system/extras/ext4_utils/
H A Dext4_utils.h144 void ext4_fill_in_sb(int real_uuid);
163 int sparse, int crc, int wipe, int real_uuid,
H A Dmake_ext4fs_main.c77 int real_uuid = 0; local
129 real_uuid = 1;
257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
H A Dext4_utils.c275 void ext4_fill_in_sb(int real_uuid) argument
312 if (real_uuid == 1) {
H A Dmake_ext4fs.c683 int sparse, int crc, int wipe, int real_uuid,
789 ext4_fill_in_sb(real_uuid);
681 make_ext4fs_internal(int fd, const char *_directory, const char *_target_out_directory, const char *_mountpoint, fs_config_func_t fs_config_func, int gzip, int sparse, int crc, int wipe, int real_uuid, struct selabel_handle *sehnd, int verbose, time_t fixed_time, FILE* block_list_file, FILE* base_alloc_file_in, FILE* base_alloc_file_out) argument

Completed in 30 milliseconds