Home
last modified time | relevance | path

Searched refs:base_path (Results 1 – 2 of 2) 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/google/pixel/pixelstats/
DMmMetricsReporter.cpp194 std::string base_path(kGcmaBasePath); in checkKernelGcmaSupport() local
198 if (!file_exists((base_path + '/' + p).c_str())) { in checkKernelGcmaSupport()
1033 static const std::string base_path(kDirectReclaimBasePath); in readDirectReclaimStat() local
1044 std::string path = getSysfsPath((base_path + '/' + level + '/' + sysfs_name).c_str()); in readDirectReclaimStat()
1719 std::string base_path(kGcmaBasePath); in readAndGenGcmaPerDay() local
1725 path = getSysfsPath(base_path + '/' + p); in readAndGenGcmaPerDay()
1737 path = getSysfsPath(base_path + '/' + p); in readAndGenGcmaPerDay()