Home
last modified time | relevance | path

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

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