Home
last modified time | relevance | path

Searched refs:EXT2_UUID_LEN (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/fs/ext2/
Dext2.c327 #define EXT2_UUID_LEN (4 + 4 + 1 + 4 + 1 + 4 + 1 + 4 + 1 + 4 + 4 + 4 + 1) macro
332 uuid = malloc(EXT2_UUID_LEN); in ext2_fs_uuid()
336 if (snprintf(uuid, EXT2_UUID_LEN, in ext2_fs_uuid()