Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dtransfer.cpp455 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()
Dbase.cpp819 …_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()
Dauth.cpp258 string dir = string(buf) + Base::GetPathSep() + string(harmoneyPath) + Base::GetPathSep(); in GetUserKeyPath()
Dbase.h152 char GetPathSep();
Dfile.cpp235 dirMode.fullName = dirMode.fullName + Base::GetPathSep() + s; in FileModeSync()
/developtools/hdc/src/daemon/
Ddaemon_app.cpp62 dstPath += Base::GetPathSep(); in CommandDispatch()
/developtools/hdc/src/host/
Dclient.cpp67 … 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()
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()