• Home
  • Raw
  • Download

Lines Matching refs:Base

81         size_t bufMaxSize = static_cast<size_t>(Base::GetUsbffsBulkSize() - payloadPrefixReserve);  in SimpleFileIO()
237 Base::GetMaxBufSize() * thisClass->maxTransferBufFactor); in OnFileIO()
379 Base::SplitString(filter, ";", filterStrings); in GetSubFiles()
455 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively()
456 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()
462 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
485 char sep = Base::GetPathSep(); in CheckLocalPath()
487 Base::SplitString(localPath, split, dirsOflocalPath); in CheckLocalPath()
492 if (!Base::IsAbsolutePath(localPath)) { in CheckLocalPath()
508 makedirPath = makedirPath + Base::GetPathSep() + dir; in CheckLocalPath()
509 if (!Base::TryCreateDirectory(makedirPath, errStr)) { in CheckLocalPath()
541 Base::SplitString(optName, "/", dirsOfOptName); in CheckFilename()
544 Base::SplitString(optName, "\\", dirsOfOptName); in CheckFilename()
556 localPath = localPath + Base::GetPathSep() + s; in CheckFilename()
559 if (!Base::TryCreateDirectory(localPath, errStr)) { in CheckFilename()
563 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename()
567 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()
608 if (Base::CheckDirectoryOrPath(localPath.c_str(), true, false, errStr, mode)) { in SmartSlavePath()
617 localPath = Base::StringFormat("%s%c%s", localPath.c_str(), Base::GetPathSep(), optName); in SmartSlavePath()
631 Base::ZeroStruct(pld); in RecvIOPayload()
681 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
686 context->transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
708 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath()