Searched refs:shortPath (Results 1 – 2 of 2) sorted by relevance
566 string shortPath = resolvedPath.substr(localPathBackup.size()); in CheckFilename() local567 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()568 shortPath = shortPath.substr(1); in CheckFilename()570 WRITE_LOG(LOG_DEBUG, "pos = %zu, shortPath = %s", pos, shortPath.c_str()); in CheckFilename()573 auto it = ctxNow.dirModeMap.find(shortPath); in CheckFilename()
124 char shortPath[MAX_PATH] = ""; in PullupServerWin32() local126 int ret = GetShortPathName(strPath.c_str(), shortPath, MAX_PATH); in PullupServerWin32()127 std::string runPath = shortPath; in PullupServerWin32()137 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32()