OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipefail
(Results
1 - 25
of
30
) sorted by null
1
2
/external/toolchain-utils/go/chromeos/
target_sh
2
set -e -o
pipefail
target_cp
2
set -e -o
pipefail
build_go
2
set -e -o
pipefail
/prebuilts/misc/common/robolectric/
list_failed.sh
27
set -o
pipefail
java-timeout
14
set -euo
pipefail
wrapper.sh
37
set -euo
pipefail
robotest.sh
5
set -euo
pipefail
wrapper_test.sh
5
set -euo
pipefail
/external/toolchain-utils/go/android/
target_sh
2
set -e -o
pipefail
build_go
2
set -e -o
pipefail
target_cp
2
set -e -o
pipefail
/external/toolchain-utils/go/
go_target_exec
2
set -e -o
pipefail
go_target
2
set -e -o
pipefail
push_goroot
2
set -e -o
pipefail
/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
)
/external/swiftshader/third_party/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
)
/external/parameter-framework/upstream/tools/coverage/
aplog2coverage.sh
32
set -euo
pipefail
/external/vboot_reference/tests/futility/
test_main.sh
33
set -o
pipefail
55
set +o
pipefail
/external/ltp/testscripts/
test_fs_bind.sh
183
# Save the
pipefail
shell option
184
shopt -o -q
pipefail
186
set -o
pipefail
189
# We use
pipefail
because if the grep fails we want to pass that along
193
# Restore the
pipefail
shell options
194
[ $save -eq 0 ] && shopt -o -s
pipefail
|| shopt -o -u
pipefail
263
# Save the
pipefail
shell option
264
shopt -o -q
pipefail
266
set -o
pipefail
[
all
...]
/external/parameter-framework/upstream/tools/xmlGenerator/
lightRoutingUpdate.sh
36
set -eu -o
pipefail
updateRoutageDomains.sh
40
set -e -u -o
pipefail
/external/icu/icu4c/source/test/perf/leperf/
Makefile.in
75
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/parameter-framework/support/android/asio/
asio_shrinker.sh
34
set -eo
pipefail
Completed in 1138 milliseconds
1
2