Home
last modified time | relevance | path

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

/external/autotest/server/cros/network/
Dtelnet_helper.py50 def cmd(self, cmd_str, wait_ret=True): argument
74 if wait_ret is False:
/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc898 int wait_ret = PERFETTO_EINTR( in NativeProfilingActiveAtProcessExit() local
900 ASSERT_FALSE(wait_ret) << "Failed to waitid."; in NativeProfilingActiveAtProcessExit()