Lines Matching refs:Base
42 char **argv = Base::SplitCommandToArgs(command.c_str(), &argc); in BeginTransfer()
124 context->localName = Base::GetFullFilePath(context->localPath); in SetMasterParameters()
127 …if (!Base::CheckDirectoryOrPath(context->localPath.c_str(), true, true, errStr, mode) && (mode & S… in SetMasterParameters()
136 context->localDirName = Base::GetPathWithoutFilename(context->localPath); in SetMasterParameters()
172 uint64_t nMSec = Base::GetRuntimeMSec() - in TransferSummary()
220 Base::SplitString(dirMode.fullName, "/", dirsOfOptName); in FileModeSync()
223 Base::SplitString(dirMode.fullName, "\\", dirsOfOptName); in FileModeSync()
233 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
288 ctxNow.transferDirBegin = Base::GetRuntimeMSec(); in SlaveCheck()
290 ctxNow.transferBegin = Base::GetRuntimeMSec(); in SlaveCheck()
318 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()