Searched refs:CMD_LINE (Results 1 – 2 of 2) sorted by relevance
40 const std::string CMD_LINE = "ps -ef | grep 'hardware.afe' | grep -v grep | awk '{print $2}'"; variable85 FILE *fp = popen(CMD_LINE.c_str(), "r"); in GetSensorServicePid()
43 constexpr const char* CMD_LINE = "/proc/cmdline"; variable145 std::string lastBootUpKeyPoint = GetParamValueFromFile(CMD_LINE, LAST_BOOTUP_KEYPOINT); in IsLastShortStartUp()