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

  /system/core/fastbootd/other/
gptedit.c 79 const char *type_guid = NULL; local
125 type_guid = optarg;
159 addGPT(table, new_partition, partition_guid, type_guid);
183 if (entry->type_guid[0] == 0)
214 if (entry->type_guid[0] == 0)
276 strncpy((char *)data.type_guid, tguid, 15);
277 data.type_guid[15] = '\0';
282 fprintf(stderr, "Adding (%d,%d) %s as, [%s, %s]", start, end, name, (char *) data.type_guid, (char *) data.partition_guid);
  /system/core/fastbootd/commands/
partitions.h 48 uint8_t type_guid[16]; member in struct:GPT_entry_raw
partitions.c 319 if (!entries[i].type_guid[0]) {
469 dontcheck |= current_entry->type_guid[0] == 0;
514 strncpy((char *) entry->type_guid, value, 16);
515 entry->type_guid[15] = 0;
519 entry->type_guid[15] = 0;
656 memcpy(&content->entries[i].type_guid, partition_type_uuid, 16);
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 53 GUID type_guid; local
54 if (FAILED(type->GetGUID(MF_MT_SUBTYPE, &type_guid)) ||
59 !VideoCaptureDeviceMFWin::FormatFromGuid(type_guid,
video_capture_device_factory_win.cc 341 GUID type_guid; local
342 hr = type->GetGUID(MF_MT_SUBTYPE, &type_guid);
347 VideoCaptureDeviceMFWin::FormatFromGuid(type_guid,

Completed in 75 milliseconds