Searched refs:GetPathSep (Results 1 – 9 of 9) sorted by relevance
| /developtools/hdc/src/common/ |
| D | transfer.cpp | 449 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()
|
| D | base.cpp | 864 …_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()
|
| D | base.h | 153 char GetPathSep();
|
| D | auth.cpp | 258 string dir = string(buf) + Base::GetPathSep() + string(harmoneyPath) + Base::GetPathSep(); in GetUserKeyPath()
|
| D | file.cpp | 233 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
|
| /developtools/hdc/src/daemon/ |
| D | daemon_app.cpp | 66 dstPath += Base::GetPathSep(); in CommandDispatch()
|
| /developtools/hdc/src/host/ |
| D | main.cpp | 119 if (path[strlen(path) - 1] != Base::GetPathSep()) { in AppendCwdWhenTransfer() 120 path[strlen(path)] = Base::GetPathSep(); in AppendCwdWhenTransfer()
|
| D | ext_client.cpp | 42 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetPath() 43 return (hdcPath.substr(0, index) + Base::GetPathSep() + path); in GetPath()
|
| D | client.cpp | 67 … 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()
|