Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dmain.cpp291 bool needExit = false; in GetCommandlineOptions() local
302 needExit = true; in GetCommandlineOptions()
303 return needExit; in GetCommandlineOptions()
308 needExit = true; in GetCommandlineOptions()
309 return needExit; in GetCommandlineOptions()
318 needExit = true; in GetCommandlineOptions()
319 return needExit; in GetCommandlineOptions()
344 needExit = true; in GetCommandlineOptions()
345 return needExit; in GetCommandlineOptions()
352 needExit = true; in GetCommandlineOptions()
[all …]
/developtools/hdc/src/common/
Dchannel.cpp116 bool needExit = false; in ReadStream() local
133 needExit = true; in ReadStream()
141 needExit = true; in ReadStream()
151 needExit = true; in ReadStream()
161 needExit = true; in ReadStream()
167 if (needExit) { in ReadStream()