• Home
  • Raw
  • Download

Lines Matching refs:Base

219                                         Base::GetMaxBufSize() * thisClass->maxTransferBufFactor);  in OnFileIO()
345 Base::SplitString(filter, ";", filterStrings); in GetSubFiles()
421 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively()
422 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()
428 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
451 char sep = Base::GetPathSep(); in CheckLocalPath()
453 Base::SplitString(localPath, split, dirsOflocalPath); in CheckLocalPath()
458 if (!Base::IsAbsolutePath(localPath)) { in CheckLocalPath()
474 makedirPath = makedirPath + Base::GetPathSep() + dir; in CheckLocalPath()
475 if (!Base::TryCreateDirectory(makedirPath, errStr)) { in CheckLocalPath()
507 Base::SplitString(optName, "/", dirsOfOptName); in CheckFilename()
510 Base::SplitString(optName, "\\", dirsOfOptName); in CheckFilename()
522 localPath = localPath + Base::GetPathSep() + s; in CheckFilename()
525 if (!Base::TryCreateDirectory(localPath, errStr)) { in CheckFilename()
529 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename()
533 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()
574 if (Base::CheckDirectoryOrPath(localPath.c_str(), true, false, errStr, mode)) { in SmartSlavePath()
583 localPath = Base::StringFormat("%s%c%s", localPath.c_str(), Base::GetPathSep(), optName); in SmartSlavePath()
593 Base::ZeroStruct(pld); in RecvIOPayload()
640 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
645 context->transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
667 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath()