Home
last modified time | relevance | path

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

/base/update/updater/services/flashd/daemon/
Ddaemon_updater.cpp44 std::string echo = "operation is not allowed"; in CommandDispatch() local
48 buffer.insert(buffer.end(), reinterpret_cast<uint8_t *>(const_cast<char *>(echo.c_str())), in CommandDispatch()
49 reinterpret_cast<uint8_t *>(const_cast<char *>(echo.c_str())) + echo.size()); in CommandDispatch()
91 std::string echo = Hdc::Base::ReplaceAll(msg, "\n", " "); in SendToHost() local
95 buffer.insert(buffer.end(), reinterpret_cast<uint8_t *>(const_cast<char *>(echo.c_str())), in SendToHost()
96 reinterpret_cast<uint8_t *>(const_cast<char *>(echo.c_str())) + echo.size()); in SendToHost()
/base/security/access_token/
Daccess_token.gni16 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
/base/powermgr/power_manager/services/native/profile/
DBUILD.gn38 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
/base/startup/init/interfaces/innerkits/token/
DBUILD.gn49 cmd = "if [ -f ${PRODUCT_HAL_TOKEN_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
/base/web/webview/ohos_nweb/
DBUILD.gn21 [ "cd $native_source_path; if [ -d $web_dir ]; then echo true; else echo false; fi" ],
/base/startup/init/interfaces/innerkits/
DBUILD.gn115 cmd = "if [ -f ${PRODUCT_HAL_SYSPARAM_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
/base/startup/init/test/unittest/lite/
DBUILD.gn147 cmd = "if [ -f ${PRODUCT_HAL_SYSPARAM_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
/base/hiviewdfx/faultloggerd/docs/
Dusage.md159 echo /data/log/coredump.%p.bin > /proc/sys/kernel/core_pattern \\ 设置生成文件模板