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()
173 uint64_t nMSec = Base::GetRuntimeMSec() - in TransferSummary()
222 Base::SplitString(dirMode.fullName, "/", dirsOfOptName); in FileModeSync()
225 Base::SplitString(dirMode.fullName, "\\", dirsOfOptName); in FileModeSync()
235 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
290 ctxNow.transferDirBegin = Base::GetRuntimeMSec(); in SlaveCheck()
292 ctxNow.transferBegin = Base::GetRuntimeMSec(); in SlaveCheck()
322 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()