Searched refs:boot_id (Results 1 – 1 of 1) sorted by relevance
418 void *boot_id; in is_boot_id_changed() local430 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