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

  /system/extras/ext4_utils/
make_ext4fs_main.c 77 int real_uuid = 0; local
129 real_uuid = 1;
257 sparse, crc, wipe, real_uuid, sehnd, verbose, fixed_time,
ext4_utils.h 144 void ext4_fill_in_sb(int real_uuid);
163 int sparse, int crc, int wipe, int real_uuid,
ext4_utils.c 24 #ifdef REAL_UUID
275 void ext4_fill_in_sb(int real_uuid)
312 if (real_uuid == 1) {
313 #ifdef REAL_UUID
make_ext4fs.c 683 int sparse, int crc, int wipe, int real_uuid,
789 ext4_fill_in_sb(real_uuid);

Completed in 83 milliseconds