Searched refs:slashPos (Results 1 – 10 of 10) sorted by relevance
30 int slashPos = fullProcessedPath.ReverseFind(L'/'); in AutoRenamePath() local33 slashPos = MyMax(slashPos, slash1Pos); in AutoRenamePath()37 if (dotPos > slashPos && dotPos > 0) in AutoRenamePath()
72 int slashPos = in.indexOf('/'); in isValidUri() local73 if (slashPos != -1) { in isValidUri()75 return in.lastIndexOf(':', slashPos - 1) == -1; in isValidUri()
57 int slashPos = name.ReverseFind(L'/'); in GetReverseSlashPos() local60 slashPos = MyMax(slashPos, slash1Pos); in GetReverseSlashPos()62 return slashPos; in GetReverseSlashPos()67 int slashPos = GetReverseSlashPos(Name); in GetExtensionPos() local69 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in GetExtensionPos()259 int slashPos = GetReverseSlashPos(ui.Name); in CRefItem() local260 NamePos = ((slashPos >= 0) ? (slashPos + 1) : 0); in CRefItem()262 if (dotPos < 0 || (dotPos < slashPos && slashPos >= 0)) in CRefItem()
126 int slashPos = target.indexOf('/'); in print() local127 if (slashPos >= 0) target = target.substring(0,slashPos); in print()
306 int slashPos = _filePath.ReverseFind(WCHAR_PATH_SEPARATOR); in GetStream() local307 if (slashPos >= 0) in GetStream()308 NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(slashPos)); in GetStream()
372 std::string::size_type slashPos = _strXmlConfigurationFilePath.rfind('/', -1); in CParameterMgr() local373 if(slashPos == std::string::npos) { in CParameterMgr()377 _strXmlConfigurationFolderPath = _strXmlConfigurationFilePath.substr(0, slashPos); in CParameterMgr()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
META-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...