Searched refs:pathOrDir (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/src/common/ |
| D | base.h | 75 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… 76 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite);
|
| D | base.cpp | 1165 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… in CheckDirectoryOrPath() argument 1167 if (pathOrDir) { // filepath in CheckDirectoryOrPath() 1241 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite) in CheckDirectoryOrPath() argument 1245 return CheckDirectoryOrPath(localPath, pathOrDir, readWrite, strUnused, mode); in CheckDirectoryOrPath()
|