Home
last modified time | relevance | path

Searched refs:shortPath (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.cpp566 string shortPath = resolvedPath.substr(localPathBackup.size()); in CheckFilename() local
567 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()
/developtools/hdc/src/host/
Dserver.cpp124 char shortPath[MAX_PATH] = ""; in PullupServerWin32() local
126 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()