Searched refs:CheckDirectoryOrPath (Results 1 – 6 of 6) 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 | file.cpp | 127 …if (!Base::CheckDirectoryOrPath(context->localPath.c_str(), true, true, errStr, mode) && (mode & S… in SetMasterParameters()
|
| D | base.cpp | 1165 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… in CheckDirectoryOrPath() function 1241 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite) in CheckDirectoryOrPath() function 1245 return CheckDirectoryOrPath(localPath, pathOrDir, readWrite, strUnused, mode); in CheckDirectoryOrPath()
|
| D | transfer.cpp | 594 if (Base::CheckDirectoryOrPath(localPath.c_str(), true, false, errStr, mode)) { in SmartSlavePath()
|
| /developtools/hdc/src/host/ |
| D | host_updater.cpp | 108 if (!Base::CheckDirectoryOrPath(localPath.c_str(), true, true)) { in BeginTransfer()
|
| D | ext_client.cpp | 61 return Base::CheckDirectoryOrPath(path.c_str(), true, true); in SharedLibraryExist()
|