Searched refs:boot_info_open_partition (Results 1 – 3 of 3) sorted by relevance
| /system/extras/boot_control_copy/ |
| D | bootinfo.c | 56 int boot_info_open_partition(const char *name, uint64_t *out_size, int flags) in boot_info_open_partition() function 132 fd = boot_info_open_partition("misc", NULL, O_RDONLY); in boot_info_load() 153 fd = boot_info_open_partition("misc", NULL, O_RDWR); in boot_info_save()
|
| D | boot_control_copy.c | 47 fd = boot_info_open_partition(name, NULL, O_RDONLY); in get_dev_t_for_partition() 167 src_fd = boot_info_open_partition(src_name, &src_size, O_RDONLY); in module_setActiveBootSlot() 173 dst_fd = boot_info_open_partition("boot", &dst_size, O_RDWR); in module_setActiveBootSlot()
|
| D | bootinfo.h | 59 int boot_info_open_partition(const char *name, uint64_t *out_size, int flags);
|