Home
last modified time | relevance | path

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

/packages/apps/Traceur/src_common/com/android/traceur/
DTraceUtils.java216 public static Process execWithTimeout(String cmd, String tmpdir, long timeout) in execWithTimeout() method in TraceUtils
218 return execWithTimeout(cmd, tmpdir, timeout, null); in execWithTimeout()
222 public static Process execWithTimeout(String cmd, String tmpdir, long timeout, byte[] input) in execWithTimeout() method in TraceUtils
DPerfettoUtils.java201 Process process = TraceUtils.execWithTimeout(cmd, null, STOP_TIMEOUT_MS); in traceStop()
322 Process process = TraceUtils.execWithTimeout(cmd, TEMP_DIR, STARTUP_TIMEOUT_MS); in startPerfettoWithTextConfig()
344 Process process = TraceUtils.execWithTimeout(cmd, TEMP_DIR, in startPerfettoWithProtoConfig()