Home
last modified time | relevance | path

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

/system/extras/boot_control_copy/
Dbootinfo.cpp46 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()
Dboot_control_copy.cpp44 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()
Dbootinfo.h59 int boot_info_open_partition(const char* name, uint64_t* out_size, int flags);