Home
last modified time | relevance | path

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

/system/core/libutils/
DFileMap.cpp58 mFileHandle(INVALID_HANDLE_VALUE), in FileMap()
82 other.mFileHandle = INVALID_HANDLE_VALUE; in FileMap()
101 other.mFileHandle = INVALID_HANDLE_VALUE; in operator =()
/system/core/adb/
Dsysdeps_win32.cpp109 if (h != INVALID_HANDLE_VALUE) { in operator ()()
258 f->fh_handle = INVALID_HANDLE_VALUE; in _fh_file_init()
263 f->fh_handle = INVALID_HANDLE_VALUE; in _fh_file_close()
390 if (f->fh_handle == INVALID_HANDLE_VALUE) { in adb_open()
433 if (f->fh_handle == INVALID_HANDLE_VALUE) { in adb_creat()
Dadb.cpp464 if (h != INVALID_HANDLE_VALUE && h != NULL) { in _try_make_handle_noninheritable()
653 if (nul_read.get() == INVALID_HANDLE_VALUE) { in launch_server()
Dtest_device.py1412 INVALID_HANDLE_VALUE = wintypes.HANDLE(-1).value variable
1422 if result == INVALID_HANDLE_VALUE: