Searched refs:uuid_parse (Results 1 - 9 of 9) sorted by relevance

/external/e2fsprogs/lib/uuid/
H A Dparse.c42 int uuid_parse(const char *in, uuid_t uu) function
H A Dtst_uuid.c53 parsedOk = uuid_parse(uuid, uuidBits) == 0;
57 printf(" but uuid_parse says %s\n", validStr[parsedOk]);
156 uuid_parse(str, tst);
H A Duuid.h87 int uuid_parse(const char *in, uuid_t uu);
H A Duuid_time.c131 if (uuid_parse(argv[1], buf)) {
H A Duuid.h.in87 int uuid_parse(const char *in, uuid_t uu);
/external/e2fsprogs/debugfs/
H A Dhtree.c288 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
H A Dset_fields.c506 } else if (uuid_parse(arg, p)) {
/external/e2fsprogs/misc/
H A Dtune2fs.c2197 } else if (uuid_parse(new_UUID, sb->s_uuid)) {
H A Dmke2fs.c2469 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {

Completed in 89 milliseconds