Home
last modified time | relevance | path

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

/packages/modules/adb/
Dsysdeps_win32.cpp105 if (h != INVALID_HANDLE_VALUE) { in operator ()()
243 f->fh_handle = INVALID_HANDLE_VALUE; in _fh_file_init()
248 f->fh_handle = INVALID_HANDLE_VALUE; in _fh_file_close()
379 if (f->fh_handle == INVALID_HANDLE_VALUE) { in adb_open()
422 if (f->fh_handle == INVALID_HANDLE_VALUE) { in adb_creat()
Dadb.cpp616 if (h != INVALID_HANDLE_VALUE && h != NULL) { in _try_make_handle_noninheritable()
809 if (nul_read.get() == INVALID_HANDLE_VALUE) { in launch_server()
Dtest_device.py1574 INVALID_HANDLE_VALUE = wintypes.HANDLE(-1).value variable
1584 if result == INVALID_HANDLE_VALUE: