OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unique_handle
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
adb.cpp
486
static bool _create_anonymous_pipe(
unique_handle
* pipe_read_out,
487
unique_handle
* pipe_write_out,
497
unique_handle
pipe_read(pipe_read_raw);
499
unique_handle
pipe_write(pipe_write_raw);
517
unique_handle
read_pipe(h);
629
unique_handle
nul_read(CreateFileW(L"nul", GENERIC_READ,
642
unique_handle
ack_read, ack_write;
646
unique_handle
stdout_read, stdout_write;
650
unique_handle
stderr_read, stderr_write;
737
unique_handle
process_handle(pinfo.hProcess)
[
all
...]
sysdeps.h
435
// Deleter for
unique_handle
. Adapted from many sources, including:
448
typedef std::unique_ptr<HANDLE, handle_deleter>
unique_handle
;
typedef
Completed in 552 milliseconds