Home
last modified time | relevance | path

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

/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dprobeutils.c419 void *logged_boot_id; in is_boot_id_changed() local
440 res = read_file(logged_boot_id_path, &size, &logged_boot_id); in is_boot_id_changed()
444 if (!strcmp((char *)logged_boot_id, (char *)boot_id)) in is_boot_id_changed()
447 free(logged_boot_id); in is_boot_id_changed()

Completed in 5 milliseconds