Home
last modified time | relevance | path

Searched refs:pathOrDir (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/common/
Dbase.h75 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m…
76 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite);
Dbase.cpp1165 …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()