Searched refs:shortPath (Results 1 – 2 of 2) sorted by relevance
555 string shortPath = resolvedPath.substr(localPathBackup.size()); in CheckFilename() local556 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()557 shortPath = shortPath.substr(1); in CheckFilename()559 WRITE_LOG(LOG_DEBUG, "pos = %zu, shortPath = %s", pos, shortPath.c_str()); in CheckFilename()562 auto it = ctxNow.dirModeMap.find(shortPath); in CheckFilename()
125 char shortPath[MAX_PATH] = ""; in PullupServerWin32() local127 int ret = GetShortPathName(strPath.c_str(), shortPath, MAX_PATH); in PullupServerWin32()128 std::string runPath = shortPath; in PullupServerWin32()138 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32()