Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c418 void *boot_id; in is_boot_id_changed() local
430 res = read_file(BOOTID_NODE, &size, &boot_id); in is_boot_id_changed()
444 if (!strcmp((char *)logged_boot_id, (char *)boot_id)) in is_boot_id_changed()
451 overwrite_file(logged_boot_id_path, boot_id); in is_boot_id_changed()
453 free(boot_id); in is_boot_id_changed()

Completed in 3 milliseconds