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.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.cpp508 if (h != INVALID_HANDLE_VALUE && h != NULL) { in _try_make_handle_noninheritable()
697 if (nul_read.get() == INVALID_HANDLE_VALUE) { in launch_server()
Dtest_device.py1565 INVALID_HANDLE_VALUE = wintypes.HANDLE(-1).value variable
1575 if result == INVALID_HANDLE_VALUE: