Searched refs:boot_info_open_partition (Results 1 – 3 of 3) sorted by relevance
/system/extras/boot_control_copy/ |
D | bootinfo.cpp | 48 int boot_info_open_partition(const char *name, uint64_t *out_size, int flags) in boot_info_open_partition() function 129 fd = boot_info_open_partition("misc", NULL, O_RDONLY); in boot_info_load() 150 fd = boot_info_open_partition("misc", NULL, O_RDWR); in boot_info_save()
|
D | boot_control_copy.cpp | 48 fd = boot_info_open_partition(name, NULL, O_RDONLY); in get_dev_t_for_partition() 168 src_fd = boot_info_open_partition(src_name, &src_size, O_RDONLY); in module_setActiveBootSlot() 174 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);
|