HomeSort by relevance Sort by last modified time
    Searched refs:unique_handle (Results 1 - 2 of 2) sorted by null

  /system/core/adb/
adb.cpp 524 static bool _create_anonymous_pipe(unique_handle* pipe_read_out,
525 unique_handle* pipe_write_out,
535 unique_handle pipe_read(pipe_read_raw);
537 unique_handle pipe_write(pipe_write_raw);
555 unique_handle read_pipe(h);
687 unique_handle nul_read(CreateFileW(L"nul", GENERIC_READ,
700 unique_handle ack_read, ack_write;
704 unique_handle stdout_read, stdout_write;
708 unique_handle stderr_read, stderr_write;
793 unique_handle process_handle(pinfo.hProcess)
    [all...]
sysdeps.h 327 // Deleter for unique_handle. Adapted from many sources, including:
340 typedef std::unique_ptr<HANDLE, handle_deleter> unique_handle; typedef

Completed in 54 milliseconds