Home
last modified time | relevance | path

Searched refs:disk (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/bootctrl/
Dboot_control.c71 struct gpt_disk *disk = NULL; in get_partition_attribute() local
77 disk = gpt_disk_alloc(); in get_partition_attribute()
78 if (!disk) { in get_partition_attribute()
82 if (gpt_disk_get_disk_info(partname, disk)) { in get_partition_attribute()
86 pentry = gpt_disk_get_pentry(disk, partname, PRIMARY_GPT); in get_partition_attribute()
101 gpt_disk_free(disk); in get_partition_attribute()
104 if (disk) in get_partition_attribute()
105 gpt_disk_free(disk); in get_partition_attribute()
117 struct gpt_disk *disk = NULL; in update_slot_attribute() local
170 disk = gpt_disk_alloc(disk); in update_slot_attribute()
[all …]
/hardware/bsp/intel/soc/edison/
Dinit.edison.rc18 # Android creates by-name disk links with the disk controller
20 # can be associated with the correct disk. Create a shortcut to
/hardware/intel/common/libva/doc/
DDoxyfile288 # determine which symbols to keep in memory and which to flush to disk.
289 # When the cache is full, less often used symbols will be written to disk.
292 # doxygen to be busy swapping symbols to and from disk most of the time