Home
last modified time | relevance | path

Searched refs:GetPathSep (Results 1 – 9 of 9) sorted by relevance

/developtools/hdc/src/common/
Dtransfer.cpp449 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively()
450 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively()
456 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively()
479 char sep = Base::GetPathSep(); in CheckLocalPath()
502 makedirPath = makedirPath + Base::GetPathSep() + dir; in CheckLocalPath()
547 localPath = localPath + Base::GetPathSep() + s; in CheckFilename()
556 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename()
603 localPath = Base::StringFormat("%s%c%s", localPath.c_str(), Base::GetPathSep(), optName); in SmartSlavePath()
Dbase.cpp864 …_s(bufPath, sizeof(bufPath), sizeof(bufPath) - 1, "%s%c.%s.pid", buf, Base::GetPathSep(), procname) in ProgramMutex()
993 char GetPathSep() in GetPathSep() function
1006 while (s.back() == GetPathSep()) { in GetFullFilePath()
1010 size_t i = s.rfind(GetPathSep(), s.length()); in GetFullFilePath()
1019 size_t i = s.rfind(GetPathSep(), s.length()); in GetPathWithoutFilename()
1571 if (path[strlen(path) - 1] != Base::GetPathSep()) { in GetCwd()
1572 path[strlen(path)] = Base::GetPathSep(); in GetCwd()
1597 if (path[strlen(path) - 1] != Base::GetPathSep()) { in GetTmpDir()
1598 path[strlen(path)] = Base::GetPathSep(); in GetTmpDir()
Dbase.h153 char GetPathSep();
Dauth.cpp258 string dir = string(buf) + Base::GetPathSep() + string(harmoneyPath) + Base::GetPathSep(); in GetUserKeyPath()
Dfile.cpp233 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp66 dstPath += Base::GetPathSep(); in CommandDispatch()
/developtools/hdc/src/host/
Dmain.cpp119 if (path[strlen(path) - 1] != Base::GetPathSep()) { in AppendCwdWhenTransfer()
120 path[strlen(path)] = Base::GetPathSep(); in AppendCwdWhenTransfer()
Dext_client.cpp42 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetPath()
43 return (hdcPath.substr(0, index) + Base::GetPathSep() + path); in GetPath()
Dclient.cpp67 … string path = Base::StringFormat("%s%c.%s.pid", bufPath, Base::GetPathSep(), SERVER_NAME.c_str()); in GetLastPID()
203 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetHilogPath()
204 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath()