HomeSort by relevance Sort by last modified time
    Searched full:search_type (Results 1 - 6 of 6) sorted by null

  /external/e2fsprogs/lib/blkid/
dev.c 109 char *search_type; member in struct:blkid_struct_dev_iterate
123 iter->search_type = 0;
130 char *search_type, char *search_value)
134 if (!iter || iter->magic != DEV_ITERATE_MAGIC || !search_type ||
137 new_type = malloc(strlen(search_type)+1);
144 strcpy(new_type, search_type);
146 free(iter->search_type);
148 iter->search_type = new_type;
167 if (iter->search_type &&
168 !blkid_dev_has_tag(dev, iter->search_type,
208 char *search_type = NULL; local
    [all...]
tag.c 412 char *search_type = NULL; local
435 search_type = argv[optind++];
453 if (search_type) {
454 found = blkid_dev_has_tag(dev, search_type, search_value);
456 search_type, search_value ? search_value : "NULL",
blkid.h 60 char *search_type, char *search_value);
blkid.h.in 60 char *search_type, char *search_value);
  /external/e2fsprogs/misc/
blkid.c 282 char *search_type = NULL, *search_value = NULL; local
333 if (search_type) {
339 &search_type,
380 if (!search_type) {
389 if ((dev = blkid_find_dev_with_tag(cache, search_type,
402 blkid_dev_set_search(iter, search_type, search_value);
417 if (search_type &&
418 !blkid_dev_has_tag(dev, search_type,
427 free(search_type);
  /external/v8/src/builtins/
builtins-array.cc 1768 Node* search_type = LoadMapInstanceType(map); local
2130 Node* search_type = assembler.LoadMapInstanceType(map); local
    [all...]

Completed in 259 milliseconds