Home
last modified time | relevance | path

Searched refs:out_info (Results 1 – 2 of 2) sorted by relevance

/system/extras/boot_control_copy/
Dbootinfo.cpp120 bool boot_info_load(BrilloBootInfo* out_info) { in boot_info_load() argument
123 memset(out_info, '\0', sizeof(BrilloBootInfo)); in boot_info_load()
133 num_read = read(fd, (void*)out_info, sizeof(BrilloBootInfo)); in boot_info_load()
Dbootinfo.h49 bool boot_info_load(BrilloBootInfo* out_info);