Home
last modified time | relevance | path

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

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