Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dadb_shell_controller.ts34 traceDestFile = DEFAULT_DESTINATION_FILE; property in AdbConsumerPort
180 return `gzip -c ${this.traceDestFile} && rm -f ${this.traceDestFile}`;
185 const perfettoCmd = `perfetto -c - -o ${this.traceDestFile}`;
Dadb_record_controller_jsdomtest.ts105 adbController.traceDestFile = 'DEST';