Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Dmain.cpp236 string debugMode; in NeedDropRootPrivileges() local
237 SystemDepend::GetDevItem("const.debuggable", debugMode); in NeedDropRootPrivileges()
239 if (debugMode == "1") { in NeedDropRootPrivileges()
Ddaemon_unity.cpp278 string debugMode; in CommandDispatch() local
281 SystemDepend::GetDevItem("const.debuggable", debugMode); in CommandDispatch()
282 if (debugMode == "1") { in CommandDispatch()