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
518
static bool _create_anonymous_pipe(
unique_handle
* pipe_read_out,
519
unique_handle
* pipe_write_out,
529
unique_handle
pipe_read(pipe_read_raw);
531
unique_handle
pipe_write(pipe_write_raw);
549
unique_handle
read_pipe(h);
660
unique_handle
nul_read(CreateFileW(L"nul", GENERIC_READ,
673
unique_handle
ack_read, ack_write;
677
unique_handle
stdout_read, stdout_write;
681
unique_handle
stderr_read, stderr_write;
767
unique_handle
process_handle(pinfo.hProcess)
[
all
...]
sysdeps.h
398
// Deleter for
unique_handle
. Adapted from many sources, including:
411
typedef std::unique_ptr<HANDLE, handle_deleter>
unique_handle
;
typedef
Completed in 472 milliseconds