Lines Matching refs:strPath
816 std::string strPath = temp.substr(pos + 1);
824 AnalysisFilePath(strPath, urlinfo, flags);
862 std::string strPath = urlinfo.scheme + input;
865 AnalysisFilePath(strPath, urlinfo, flags);
923 std::string strPath = hostandpath.substr(i + 1);
942 AnalysisPath(strPath, urlinfo.path, flags, special);
1011 std::string strPath = input.substr(pos + 1);
1032 AnalysisPath(strPath, urlinfo.path, flags, special);
1491 std::string strPath = input;
1492 if (flags_.test(static_cast<size_t>(BitsetStatusFlag::BIT9)) || strPath.empty()) {
1497 ReplaceSpecialSymbols(strPath, oldstr, newstr);
1502 if ((strPath[0] == '/') || (strPath[0] == '\\' &&
1504 strPath = strPath.substr(1);
1506 AnalysisFilePath(strPath, thisFileDate, thisFileFlag);
1514 if ((strPath[0] == '/') || (strPath[0] == '\\' &&
1516 strPath = strPath.substr(1);
1518 AnalysisPath(strPath, thisPath, thisFlags, special);