Home
last modified time | relevance | path

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

/external/perfetto/ui/
Dbuild.js527 const checkExitCode = (code, signal) => { function
541 checkExitCode(code, signal);
547 checkExitCode(spawnRes.status, spawnRes.signal);
/external/perfetto/infra/perfetto.dev/
Dbuild.js292 const checkExitCode = (code, signal) => { function
300 checkExitCode(spawnRes.status, spawnRes.signal);