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