Home
last modified time | relevance | path

Searched refs:errStr (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/common/
Dfile.cpp71 string errStr; in SetMasterParameters() local
127 …if (!Base::CheckDirectoryOrPath(context->localPath.c_str(), true, true, errStr, mode) && (mode & S… in SetMasterParameters()
251 string errStr; in SlaveCheck() local
264 if (!CheckLocalPath(ctxNow.localPath, stat.optionalName, errStr)) { in SlaveCheck()
265 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
269 if (!CheckFilename(ctxNow.localPath, stat.optionalName, errStr)) { in SlaveCheck()
270 LogMsg(MSG_FAIL, "%s", errStr.c_str()); in SlaveCheck()
Dtransfer.cpp469 bool HdcTransferBase::CheckLocalPath(string &localPath, string &optName, string &errStr) in CheckLocalPath() argument
509 if (!Base::TryCreateDirectory(makedirPath, errStr)) { in CheckLocalPath()
518 errStr = "Not a directory, path:"; in CheckLocalPath()
519 errStr += localPath.c_str(); in CheckLocalPath()
525 bool HdcTransferBase::CheckFilename(string &localPath, string &optName, string &errStr) in CheckFilename() argument
559 if (!Base::TryCreateDirectory(localPath, errStr)) { in CheckFilename()
602 string errStr; in SmartSlavePath() local
608 if (Base::CheckDirectoryOrPath(localPath.c_str(), true, false, errStr, mode)) { in SmartSlavePath()
609 WRITE_LOG(LOG_DEBUG, "%s", errStr.c_str()); in SmartSlavePath()
Dtransfer.h113 bool CheckLocalPath(string &localPath, string &optName, string &errStr);
114 bool CheckFilename(string &localPath, string &optName, string &errStr);
Dbase.cpp1120 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… in CheckDirectoryOrPath() argument
1131 BuildErrorString(localPath, "lstat", buf, errStr); in CheckDirectoryOrPath()
1146 BuildErrorString(localPath, op, buf, errStr); in CheckDirectoryOrPath()
1154 errStr = "Not support "; in CheckDirectoryOrPath()
1155 errStr += type; in CheckDirectoryOrPath()
1156 errStr += ": "; in CheckDirectoryOrPath()
1157 errStr += localPath; in CheckDirectoryOrPath()
1160 errStr = "Not support dir: "; in CheckDirectoryOrPath()
1161 errStr += localPath; in CheckDirectoryOrPath()
Dbase.h74 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m…
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/
DBaseProfilerUtils.ets64 let errStr:String = err
65 if(errStr.indexOf("denied")>0){