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

  /external/llvm/utils/lit/lit/
ShCommands.py 55 def toShell(self, file, pipefail=False):
56 if pipefail != self.pipe_err:
57 raise ValueError('Inconsistent "pipefail" attribute!')
82 def toShell(self, file, pipefail=False):
83 self.lhs.toShell(file, pipefail)
85 self.rhs.toShell(file, pipefail)
ShUtil.py 172 def __init__(self, data, win32Escapes = False, pipefail = False):
174 self.pipefail = pipefail
230 return Pipeline(commands, negate, self.pipefail)
TestRunner.py 275 test.config.pipefail).parse())
316 if test.config.pipefail:
317 f.write('set -o pipefail;')
  /external/parameter-framework/tools/coverage/
aplog2coverage.sh 32 set -euo pipefail
  /external/vboot_reference/tests/futility/
test_main.sh 33 set -o pipefail
55 set +o pipefail
test_sign_firmware.sh 33 set -o pipefail
  /external/parameter-framework/tools/xmlGenerator/
lightRoutingUpdate.sh 36 set -eu -o pipefail
updateRoutageDomains.sh 40 set -e -u -o pipefail
hostDomainGenerator.sh 31 set -ueo pipefail
  /external/icu/icu4c/source/test/perf/leperf/
Makefile.in 72 set -o pipefail && ( ICU_DATA=$${ICU_DATA:-$(top_builddir)/data/} TZ=PST8PDT $(INVOKE) ./$(TARGET) $(INVOCATION) | tee current.out )
  /system/core/adb/
framebuffer_service.cpp 67 if (pipe2(fds, O_CLOEXEC) < 0) goto pipefail;
183 pipefail:
  /external/toybox/scripts/
make.sh 7 set -o pipefail

Completed in 4952 milliseconds