Lines Matching refs:Base
41 char **argv = Base::SplitCommandToArgs(command.c_str(), &argc); in BeginTransfer()
123 context->localName = Base::GetFullFilePath(context->localPath); in SetMasterParameters()
126 …if (!Base::CheckDirectoryOrPath(context->localPath.c_str(), true, true, errStr, mode) && (mode & S… in SetMasterParameters()
135 context->localDirName = Base::GetPathWithoutFilename(context->localPath); in SetMasterParameters()
171 uint64_t nMSec = Base::GetRuntimeMSec() - in TransferSummary()
219 Base::SplitString(dirMode.fullName, "/", dirsOfOptName); in FileModeSync()
222 Base::SplitString(dirMode.fullName, "\\", dirsOfOptName); in FileModeSync()
232 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
287 ctxNow.transferDirBegin = Base::GetRuntimeMSec(); in SlaveCheck()
289 ctxNow.transferBegin = Base::GetRuntimeMSec(); in SlaveCheck()
318 ctxNow.transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()