HomeSort by relevance Sort by last modified time
    Searched refs:search_type (Results 1 - 7 of 7) 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 284 char *search_type = NULL, *search_value = NULL; local
335 if (search_type) {
341 &search_type,
382 if (!search_type) {
391 if ((dev = blkid_find_dev_with_tag(cache, search_type,
404 blkid_dev_set_search(iter, search_type, search_value);
419 if (search_type &&
420 !blkid_dev_has_tag(dev, search_type,
429 free(search_type);
  /external/vulkan-validation-layers/scripts/
helper_file_generator.py     [all...]
  /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 816 milliseconds