Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_chromeos.cc47 char boot_path[PATH_MAX]; in GetBootDevice() local
50 int ret = rootdev(boot_path, sizeof(boot_path), true, false); in GetBootDevice()
59 return boot_path; in GetBootDevice()