Home
last modified time | relevance | path

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

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