Lines Matching refs:Base
80 size_t bufMaxSize = static_cast<size_t>(Base::GetUsbffsBulkSize() - payloadPrefixReserve); in SimpleFileIO()
236 Base::GetMaxBufSize() * thisClass->maxTransferBufFactor); in OnFileIO()
375 Base::SplitString(filter, ";", filterStrings); in GetSubFiles()
449 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively()
450 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()
456 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
479 char sep = Base::GetPathSep(); in CheckLocalPath()
481 Base::SplitString(localPath, split, dirsOflocalPath); in CheckLocalPath()
486 if (!Base::IsAbsolutePath(localPath)) { in CheckLocalPath()
502 makedirPath = makedirPath + Base::GetPathSep() + dir; in CheckLocalPath()
503 if (!Base::TryCreateDirectory(makedirPath, errStr)) { in CheckLocalPath()
533 Base::SplitString(optName, "/", dirsOfOptName); in CheckFilename()
535 Base::SplitString(optName, "\\", dirsOfOptName); in CheckFilename()
547 localPath = localPath + Base::GetPathSep() + s; in CheckFilename()
548 if (!Base::TryCreateDirectory(localPath, errStr)) { in CheckFilename()
552 string resolvedPath = Base::CanonicalizeSpecPath(localPath); in CheckFilename()
556 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()
594 if (Base::CheckDirectoryOrPath(localPath.c_str(), true, false, errStr, mode)) { in SmartSlavePath()
603 localPath = Base::StringFormat("%s%c%s", localPath.c_str(), Base::GetPathSep(), optName); in SmartSlavePath()
617 Base::ZeroStruct(pld); in RecvIOPayload()
667 …int ioRet = SimpleFileIO(context, context->indexIO, nullptr, Base::GetMaxBufSize() * maxTransferBu… in CommandDispatch()
673 context->transferBegin = Base::GetRuntimeMSec(); in CommandDispatch()
697 bool absPath = Base::IsAbsolutePath(path); in ExtractRelativePath()