Searched refs:logged_boot_id_path (Results 1 – 1 of 1) sorted by relevance
420 char logged_boot_id_path[PATH_MAX]; in is_boot_id_changed() local434 res = snprintf(logged_boot_id_path, sizeof(logged_boot_id_path), in is_boot_id_changed()436 if (s_not_expect(res, sizeof(logged_boot_id_path))) in is_boot_id_changed()439 if (file_exists(logged_boot_id_path)) { in is_boot_id_changed()440 res = read_file(logged_boot_id_path, &size, &logged_boot_id); in is_boot_id_changed()451 overwrite_file(logged_boot_id_path, boot_id); in is_boot_id_changed()
Completed in 2 milliseconds