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 515 static bool _create_anonymous_pipe(unique_handle* pipe_read_out,
516 unique_handle* pipe_write_out,
526 unique_handle pipe_read(pipe_read_raw);
528 unique_handle pipe_write(pipe_write_raw);
546 unique_handle read_pipe(h);
678 unique_handle nul_read(CreateFileW(L"nul", GENERIC_READ,
691 unique_handle ack_read, ack_write;
695 unique_handle stdout_read, stdout_write;
699 unique_handle stderr_read, stderr_write;
784 unique_handle process_handle(pinfo.hProcess)
    [all...]
sysdeps.h 313 // Deleter for unique_handle. Adapted from many sources, including:
326 typedef std::unique_ptr<HANDLE, handle_deleter> unique_handle; typedef

Completed in 348 milliseconds