HomeSort by relevance Sort by last modified time
    Searched refs:fuzz_cmd (Results 1 - 2 of 2) sorted by null

  /test/vts-testcase/fuzz/template/libfuzzer_test/
libfuzzer_test.py 96 fuzz_cmd = '"%s"' % test_case.GetRunCommand()
97 result = self._dut.adb.shell(fuzz_cmd, no_except=True)
  /test/vts/testcases/template/llvmfuzzer_test/
llvmfuzzer_test.py 177 fuzz_cmd = "%s && %s %s %s %s > /dev/null" % (cd_cmd, ld_path,
180 logging.info("Executing: %s", fuzz_cmd)
183 stdout = self._dut.adb.shell("'%s'" % fuzz_cmd)

Completed in 85 milliseconds