Searched refs:guid (Results 1 - 2 of 2) sorted by relevance

/system/core/fastbootd/other/
H A Dgptedit.c58 " -t type guid\n"
59 " -g partition guid\n"
66 void addGPT(struct GPT_entry_table *table, const char *arg, const char *guid, const char *tguid);
95 {"guid", required_argument, 0, 'g'},
207 printf("guid \"%s\"", temp_guid);
223 printf(" guid \"%s\"\n", temp_guid);
239 void addGPT(struct GPT_entry_table *table, const char *str , const char *guid, const char *tguid) { argument
245 if (guid == NULL || tguid == NULL) {
246 fprintf(stderr, "Type guid and partion guid neede
[all...]
/system/core/fastbootd/commands/
H A Dpartitions.c341 D(WARN, "Name or guid needed to find entry");
517 else if (!strcmp(key, "guid")) {
562 void entry_set_guid(int n, uint8_t *guid) argument
566 read(fd, guid, 16);
570 guid[8] = (guid[8] & 0x3F) | 0x80;
571 guid[7] = (guid[7] & 0x0F) | 0x40;
644 get_config_string(node, (char *) content->header.disk_guid, 16, "guid");

Completed in 1684 milliseconds