Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
H A Dbase.h102 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, mode_t &fm);
103 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite);
H A Dbase.cpp1659 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, mode_t &fm) in CheckDirectoryOrPath() argument
1661 if (pathOrDir) { // filepath in CheckDirectoryOrPath()
1735 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite) in CheckDirectoryOrPath() argument
1739 return CheckDirectoryOrPath(localPath, pathOrDir, readWrite, strUnused, mode); in CheckDirectoryOrPath()

Completed in 6 milliseconds