OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gpt_disk
(Results
1 - 3
of
3
) sorted by null
/device/google/marlin/recovery/oem-recovery/
gpt-utils.h
109
struct
gpt_disk
{
struct
142
struct
gpt_disk
* gpt_disk_alloc();
143
//Free previously allocated
gpt_disk
struct
144
void gpt_disk_free(struct
gpt_disk
*disk);
147
int gpt_disk_get_disk_info(const char *dev, struct
gpt_disk
*disk);
149
//Get pointer to partition entry from a allocated
gpt_disk
structure
150
uint8_t* gpt_disk_get_pentry(struct
gpt_disk
*disk,
155
int gpt_disk_update_crc(struct
gpt_disk
*disk);
157
//Write the contents of struct
gpt_disk
back to the actual disk
158
int gpt_disk_commit(struct
gpt_disk
*disk)
[
all
...]
gpt-utils.cpp
[
all
...]
/hardware/qcom/bootctrl/
boot_control.cpp
92
struct
gpt_disk
*disk = NULL;
138
struct
gpt_disk
*disk = NULL;
359
static struct
gpt_disk
* boot_ctl_get_disk_info(char *partition)
361
struct
gpt_disk
*disk = NULL;
388
struct
gpt_disk
*disk = NULL;
497
ALOGE("%s: Failed to update
gpt_disk
crc",
Completed in 35 milliseconds