Home
last modified time | relevance | path

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

/base/startup/init/services/init/
Dinit_common_service.c428 unsigned int debugLen = PARAM_VALUE_LEN_MAX; in ServiceNeedDebug() local
430 if (SystemReadParam("llvm.debug.service.all", debugValue, &debugLen) == 0) { in ServiceNeedDebug()
443 unsigned int debugLen = PARAM_VALUE_LEN_MAX; in IsDebuggableVersion() local
446 SystemReadParam("const.debuggable", debugValue, &debugLen) == 0) { in IsDebuggableVersion()