Searched refs:debugMode (Results 1 – 2 of 2) sorted by relevance
236 string debugMode; in NeedDropRootPrivileges() local237 SystemDepend::GetDevItem("const.debuggable", debugMode); in NeedDropRootPrivileges()239 if (debugMode == "1") { in NeedDropRootPrivileges()
278 string debugMode; in CommandDispatch() local281 SystemDepend::GetDevItem("const.debuggable", debugMode); in CommandDispatch()282 if (debugMode == "1") { in CommandDispatch()