• Home
  • Raw
  • Download

Lines Matching refs:Base

119     if (path[strlen(path) - 1] != Base::GetPathSep()) {  in AppendCwdWhenTransfer()
120 path[strlen(path)] = Base::GetPathSep(); in AppendCwdWhenTransfer()
125 string utf8Path = Base::UnicodeToUtf8(path, true); in AppendCwdWhenTransfer()
126 outCommand += Base::StringFormat("\"%s\"", utf8Path.c_str()); in AppendCwdWhenTransfer()
149 string packageCmd = Base::StringFormat("\"%s\"", argv[i]); in SplitOptionAndCommand()
154 outOption += Base::StringFormat("\"%s\"", argv[i]); in SplitOptionAndCommand()
170 Base::PrintMessage("Initial failed"); in RunServerMode()
180 Base::PrintMessage("Not support command..."); in RunPcDebugMode()
205 Base::PrintMessage("Unknown operation command..."); in RunClientMode()
215 if (isPullServer && Base::ProgramMutex(SERVER_NAME.c_str(), true) == 0) { in RunClientMode()
228 Base::PrintMessage("Unknown content of parament '-s'"); in ParseServerListenString()
233 Base::PrintMessage("strcpy_s error %d", errno); in ParseServerListenString()
239 Base::PrintMessage("The port-string's length must < 5"); in ParseServerListenString()
245 Base::PrintMessage("The port must be digit buf:%s", buf); in ParseServerListenString()
251 Base::PrintMessage("Port range incorrect"); in ParseServerListenString()
262 Base::PrintMessage("The port must be digit str:%s", str); in ParseServerListenString()
271 Base::PrintMessage("-s content port incorrect."); in ParseServerListenString()
281 Base::PrintMessage("-s content IP incorrect."); in ParseServerListenString()
306 string ver = Base::GetVersion(); in GetCommandlineOptions()
317 Base::PrintMessage("Loglevel error!"); in GetCommandlineOptions()
322 Base::SetLogLevel(logLevel); in GetCommandlineOptions()
343 Base::PrintMessage("Sizeo of of parament '-t' %d is too long", strlen(optarg)); in GetCommandlineOptions()
368 Base::PrintMessage("Unknown debug parameters"); in GetCommandlineOptions()
377 Base::PrintMessage("Unknown parameters"); in GetCommandlineOptions()
441 char **optArgv = Base::SplitCommandToArgs(options.c_str(), &optArgc); in main()
450 Base::InitProcess(); in main()
458 Base::SetLogLevel(LOG_INFO); in main()
463 Hdc::Base::RemoveLogCache(); in main()
494 Base::PrintMessage("No any target"); in main()
499 Base::PrintMessage("Specify one target"); in main()
510 Hdc::Base::RemoveLogCache(); in main()