Home
last modified time | relevance | path

Searched refs:disabled_pipe (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc1118 int disabled_pipe[2]; in TEST_P() local
1119 PERFETTO_CHECK(pipe(disabled_pipe) == 0); // NOLINT(android-cloexec-pipe) in TEST_P()
1121 int disabled_pipe_rd = disabled_pipe[0]; in TEST_P()
1122 int disabled_pipe_wr = disabled_pipe[1]; in TEST_P()