Home
last modified time | relevance | path

Searched refs:exitCode (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/gdb-stub/
Dgdb-stub.c83 DWORD len, exitCode; in main() local
195 GetExitCodeProcess(pi.hProcess, &exitCode) in main()
207 dbg_printf("exiting with exitCode %d", exitCode); in main()
209 return exitCode; in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
Dexecutors.py20 _, temp_path, err, exitCode = self._execute_command_remote([cmd])
22 if exitCode != 0:
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
Dexecutor.py168 temp_path, err, exitCode = self._execute_command_remote([cmd])
170 if exitCode != 0: