Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/test/unittest/phone/
H A Dmedical_proxy_test.cpp40 const std::string CMD_LINE = "ps -ef | grep 'hardware.afe' | grep -v grep | awk '{print $2}'"; variable
85 FILE *fp = popen(CMD_LINE.c_str(), "r"); in GetSensorServicePid()
/ohos5.0/base/hiviewdfx/hiview/plugins/reliability/bbox_detectors/
H A Dpanic_report_recovery.cpp43 constexpr const char* CMD_LINE = "/proc/cmdline"; variable
145 std::string lastBootUpKeyPoint = GetParamValueFromFile(CMD_LINE, LAST_BOOTUP_KEYPOINT); in IsLastShortStartUp()