Searched refs:readWrite (Results 1 – 4 of 4) sorted by relevance
| /developtools/hdc/src/common/ |
| D | async_cmd.cpp | 154 int AsyncCmd::ThreadFork(const string &command, bool readWrite, int &cpid) in ThreadFork() argument 166 AsyncParams params = AsyncParams(command, readWrite, cpid, isRoot); in ThreadFork() 203 bool readWrite = params.readWriteParam; in Popen() 222 if (readWrite) { in Popen() 237 if (readWrite) { in Popen() 246 if (readWrite) { in Popen()
|
| D | async_cmd.h | 46 int ThreadFork(const string &command, bool readWrite, int &cpid);
|
| 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 | base.cpp | 1165 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… in CheckDirectoryOrPath() argument 1185 uv_fs_access(nullptr, &req, localPath, readWrite ? R_OK : W_OK, nullptr); in CheckDirectoryOrPath() 1187 const char *op = readWrite ? "access R_OK" : "access W_OK"; 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()
|