Searched refs:echo (Results 1 – 8 of 8) sorted by relevance
44 std::string echo = "operation is not allowed"; in CommandDispatch() local48 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() local95 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()
16 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
38 CMD = "if [ -f ${VENDOR_CONFIG_PATH} ]; then echo true; else echo false; fi"
49 cmd = "if [ -f ${PRODUCT_HAL_TOKEN_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
21 [ "cd $native_source_path; if [ -d $web_dir ]; then echo true; else echo false; fi" ],
115 cmd = "if [ -f ${PRODUCT_HAL_SYSPARAM_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
147 cmd = "if [ -f ${PRODUCT_HAL_SYSPARAM_PATH}/BUILD.gn ]; then echo true; else echo false; fi"
159 echo /data/log/coredump.%p.bin > /proc/sys/kernel/core_pattern \\ 设置生成文件模板