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

  /external/e2fsprogs/lib/blkid/
resolve.c 48 ret = blkid_strdup(found->bit_val);
84 ret = blkid_strdup(token);
98 ret = blkid_strdup(blkid_dev_devname(dev));
devno.c 58 char *blkid_strdup(const char *s) function
73 dp->name = blkid_strdup(name);
123 *devname = blkid_strdup(path);
tag.c 171 t->bit_name = blkid_strdup(name);
187 head->bit_name = blkid_strdup(name);
234 name = blkid_strdup(token);
245 value = blkid_strdup(value);
blkidP.h 104 extern char *blkid_strdup(const char *s);
devname.c 78 dev->bid_name = blkid_strdup(devname);
175 res = blkid_strdup(path);
236 devname = blkid_strdup(device);
cache.c 110 cache->bic_filename = blkid_strdup(filename);
save.c 194 cache->bic_filename = blkid_strdup(argv[1]);

Completed in 83 milliseconds