Home
last modified time | relevance | path

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

/hardware/interfaces/boot/1.1/default/boot_control/
Dlibboot_control.cpp128 std::string base_path = control->misc_device(); in InitDefaultBootloaderControl() local
129 size_t last_path_sep = base_path.rfind('/'); in InitDefaultBootloaderControl()
133 base_path = base_path.substr(0, last_path_sep + 1) + "boot"; in InitDefaultBootloaderControl()
137 std::string partition_path = base_path + kSlotSuffixes[slot]; in InitDefaultBootloaderControl()
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_peripheral_drm.h75 virtual DisplayError GetPanelBrightnessBasePath(std::string *base_path);
Dhw_peripheral_drm.cpp793 DisplayError HWPeripheralDRM::GetPanelBrightnessBasePath(std::string *base_path) { in GetPanelBrightnessBasePath() argument
794 if (!base_path) { in GetPanelBrightnessBasePath()
804 *base_path = brightness_base_path_; in GetPanelBrightnessBasePath()
Dhw_device_drm.h131 virtual DisplayError GetPanelBrightnessBasePath(std::string *base_path) { in GetPanelBrightnessBasePath() argument
/hardware/qcom/sm7250/display/sdm/libs/core/
Dhw_interface.h131 virtual DisplayError GetPanelBrightnessBasePath(std::string *base_path) = 0;