Searched refs:timeout_sec (Results 1 – 3 of 3) sorted by relevance
16 def adb(args, attempts = 1, timeout_sec = 600): argument24 …ret = subprocess.call(['timeout', str(timeout_sec), ADB] + args, stdout=out, stderr=subprocess.STD…
1723 uint32_t timeout_sec; in SetOptionValue() local1724 if (option_arg.getAsInteger(10, timeout_sec)) in SetOptionValue()1729 m_timeout = std::chrono::seconds(timeout_sec); in SetOptionValue()
2940 uint32_t timeout_sec = UINT32_MAX; in RunShellCommand() local2943 timeout_sec = std::ceil(std::chrono::duration<double>(*timeout).count()); in RunShellCommand()2945 stream.PutHex32(timeout_sec); in RunShellCommand()