Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp129 size_t last_path_sep = base_path.rfind('/'); in InitDefaultBootloaderControl() local
130 if (last_path_sep != std::string::npos) { in InitDefaultBootloaderControl()
133 base_path = base_path.substr(0, last_path_sep + 1) + "boot"; in InitDefaultBootloaderControl()