Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp1340 constexpr auto ANDROIDBOOT_PREFIX = "androidboot."sv; variable
1344 if (StartsWith(key, ANDROIDBOOT_PREFIX)) { in ProcessKernelCmdline()
1345 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessKernelCmdline()
1353 if (StartsWith(key, ANDROIDBOOT_PREFIX)) { in ProcessBootconfig()
1354 InitPropertySet("ro.boot." + key.substr(ANDROIDBOOT_PREFIX.size()), value); in ProcessBootconfig()