Searched refs:readWrite (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 116 int AsyncCmd::ThreadFork(const string &command, bool readWrite, int &cpid) in ThreadFork() argument 118 AsyncParams params = AsyncParams(command, readWrite, cpid); in ThreadFork() 144 bool readWrite = params.readWriteParam; in Popen() 163 if (readWrite) { in Popen() 178 if (readWrite) { in Popen() 187 if (readWrite) { in Popen()
|
D | async_cmd.h | 46 int ThreadFork(const string &command, bool readWrite, int &cpid);
|
D | base.h | 74 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… 75 bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite);
|
D | base.cpp | 1120 …bool CheckDirectoryOrPath(const char *localPath, bool pathOrDir, bool readWrite, string &errStr, m… in CheckDirectoryOrPath() argument 1140 uv_fs_access(nullptr, &req, localPath, readWrite ? R_OK : W_OK, nullptr); in CheckDirectoryOrPath() 1142 const char *op = readWrite ? "access R_OK" : "access W_OK"; 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()
|