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