Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dproperty_service.cpp1231 constexpr auto ANDROIDBOOT_PREFIX = "androidboot."sv; variable
1235 if (StartsWith(key, ANDROIDBOOT_PREFIX)) { in ProcessKernelCmdline()
1236 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessKernelCmdline()
1244 if (StartsWith(key, ANDROIDBOOT_PREFIX)) { in ProcessBootconfig()
1245 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessBootconfig()