Searched refs:GetPathSep (Results 1 – 9 of 9) sorted by relevance
/developtools/hdc/src/common/ |
D | transfer.cpp | 455 GetSubFilesRecursively(path + Base::GetPathSep() + dent.name, in GetSubFilesRecursively() 456 currentDirname + Base::GetPathSep() + dent.name, out); in GetSubFilesRecursively() 462 out->push_back(currentDirname + Base::GetPathSep() + fileName); in GetSubFilesRecursively() 485 char sep = Base::GetPathSep(); in CheckLocalPath() 508 makedirPath = makedirPath + Base::GetPathSep() + dir; in CheckLocalPath() 556 localPath = localPath + Base::GetPathSep() + s; in CheckFilename() 567 if (shortPath.at(0) == Base::GetPathSep()) { in CheckFilename() 617 localPath = Base::StringFormat("%s%c%s", localPath.c_str(), Base::GetPathSep(), optName); in SmartSlavePath()
|
D | base.cpp | 819 …_s(bufPath, sizeof(bufPath), sizeof(bufPath) - 1, "%s%c.%s.pid", buf, Base::GetPathSep(), procname) in ProgramMutex() 948 char GetPathSep() in GetPathSep() function 961 while (s.back() == GetPathSep()) { in GetFullFilePath() 965 size_t i = s.rfind(GetPathSep(), s.length()); in GetFullFilePath() 974 size_t i = s.rfind(GetPathSep(), s.length()); in GetPathWithoutFilename() 1524 if (path[strlen(path) - 1] != Base::GetPathSep()) { in GetCwd() 1525 path[strlen(path)] = Base::GetPathSep(); in GetCwd() 1550 if (path[strlen(path) - 1] != Base::GetPathSep()) { in GetTmpDir() 1551 path[strlen(path)] = Base::GetPathSep(); in GetTmpDir()
|
D | auth.cpp | 258 string dir = string(buf) + Base::GetPathSep() + string(harmoneyPath) + Base::GetPathSep(); in GetUserKeyPath()
|
D | base.h | 152 char GetPathSep();
|
D | file.cpp | 235 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
|
/developtools/hdc/src/daemon/ |
D | daemon_app.cpp | 62 dstPath += Base::GetPathSep(); in CommandDispatch()
|
/developtools/hdc/src/host/ |
D | client.cpp | 67 … string path = Base::StringFormat("%s%c.%s.pid", bufPath, Base::GetPathSep(), SERVER_NAME.c_str()); in GetLastPID() 201 int index = hdcPath.find_last_of(Base::GetPathSep()); in GetHilogPath() 202 string exePath = hdcPath.substr(0, index) + Base::GetPathSep() + HILOG_NAME; in GetHilogPath()
|
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()
|