OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedPipe
(Results
1 - 3
of
3
) sorted by null
/external/libbrillo/brillo/
unittest_utils.cc
17
const int
ScopedPipe
::kPipeSize = 4096;
19
ScopedPipe
::
ScopedPipe
() {
29
ScopedPipe
::~
ScopedPipe
() {
unittest_utils.h
14
class
ScopedPipe
{
19
ScopedPipe
();
20
~
ScopedPipe
();
/system/core/libmemunreachable/
ScopedPipe.h
24
class
ScopedPipe
{
26
ScopedPipe
() : pipefd_{-1, -1} {
32
~
ScopedPipe
() {
36
ScopedPipe
(
ScopedPipe
&& other) {
41
ScopedPipe
& operator = (
ScopedPipe
&& other) {
Completed in 224 milliseconds