OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bash
(Results
51 - 75
of
214
) sorted by null
1
2
3
4
5
6
7
8
9
/external/selinux/python/sepolgen/tests/
test_audit.py
31
type=SYSCALL msg=audit(1158584779.745:708): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf9132f8 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8132 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/
bash
" subj=user_u:system_r:vpnc_t:s0 key=(null)
34
type=SYSCALL msg=audit(1158584779.753:709): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8133 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/
bash
" subj=user_u:system_r:vpnc_t:s0 key=(null)
37
type=SYSCALL msg=audit(1158584779.825:710): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bf910a48 a2=4c56cff4 a3=0 items=0 ppid=8132 pid=8134 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/
bash
" subj=user_u:system_r:vpnc_t:s0 key=(null)
40
type=SYSCALL msg=audit(1158584780.793:711): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0ba38 a2=4c56cff4 a3=0 items=0 ppid=8131 pid=8144 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sh" exe="/bin/
bash
" subj=user_u:system_r:vpnc_t:s0 key=(null)
43
type=SYSCALL msg=audit(1158584780.797:712): arch=40000003 syscall=195 success=no exit=-13 a0=80d2437 a1=bfc0b188 a2=4c56cff4 a3=0 items=0 ppid=8144 pid=8145 auid=500 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="vpnc-script" exe="/bin/
bash
" subj=user_u:system_r:vpnc_t:s0 key=(null)
55
type=SYSCALL msg=audit(1162852201.019:1225): arch=40000003 syscall=11 success=yes exit=0 a0=87271b0 a1=8727358 a2=8727290 a3=8727008 items=0 ppid=6973 pid=6974 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) comm="sa1" exe="/bin/
bash
" subj=system_u:system_r:crond_t:s0-s0:c0.c1023 key=(null)
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
glibc_test_script.sh
1
#!/bin/
bash
-u
43
# notice the
bash
-l here. Otherwise the DISPLAY cannot be set
44
( ssh ${SSH_OPTS} root@${DUT} -- /bin/
bash
-l /tmp/repro.sh ) > /tmp/result
/device/linaro/hikey/l-loader/
Makefile
22
sudo PTABLE=$${ptable}
bash
-x generate_ptable.sh;\
/external/libvpx/libvpx/build/make/
gen_msvs_def.sh
1
#!/bin/
bash
22
to export from a DLL. Source files are technically
bash
scripts (and thus may
/external/toolchain-utils/go/
test_go
1
#!/bin/
bash
83
(cd misc/cgo/testcshared && target="${target}" ./test.
bash
)
/prebuilts/build-tools/
build-prebuilts.sh
1
#!/bin/
bash
-ex
41
BUILDDIR=${SOONG_OUT} ./bootstrap.
bash
86
./make.
bash
/external/protobuf/
tests.sh
1
#!/bin/
bash
288
cd ruby &&
bash
travis-test.sh ruby-1.9 && cd ..
292
cd ruby &&
bash
travis-test.sh ruby-2.0 && cd ..
296
cd ruby &&
bash
travis-test.sh ruby-2.1 && cd ..
300
cd ruby &&
bash
travis-test.sh ruby-2.2 && cd ..
304
cd ruby &&
bash
travis-test.sh jruby && cd ..
/external/protobuf/util/
tests.sh
1
#!/bin/
bash
288
cd ruby &&
bash
travis-test.sh ruby-1.9 && cd ..
292
cd ruby &&
bash
travis-test.sh ruby-2.0 && cd ..
296
cd ruby &&
bash
travis-test.sh ruby-2.1 && cd ..
300
cd ruby &&
bash
travis-test.sh ruby-2.2 && cd ..
304
cd ruby &&
bash
travis-test.sh jruby && cd ..
/prebuilts/go/darwin-x86/misc/android/
cleaner.go
6
// Used by androidtest.
bash
.
/prebuilts/go/darwin-x86/src/cmd/api/
run.go
23
goroot = os.Getenv("GOROOT") // should be set by run.{
bash
,bat}
/prebuilts/go/darwin-x86/src/
make.bash
1
#!/usr/bin/env
bash
8
# Environment variables that control make.
bash
:
58
if [ ! -f run.
bash
]; then
59
echo 'make.
bash
must be run from $GOROOT/src' 1>&2
66
echo 'ERROR: Do not use make.
bash
to build on Windows.'
race.bat
5
:: race.
bash
tests the standard library under the race detector.
/prebuilts/go/linux-x86/misc/android/
cleaner.go
6
// Used by androidtest.
bash
.
/prebuilts/go/linux-x86/src/cmd/api/
run.go
23
goroot = os.Getenv("GOROOT") // should be set by run.{
bash
,bat}
/prebuilts/go/linux-x86/src/
make.bash
1
#!/usr/bin/env
bash
8
# Environment variables that control make.
bash
:
58
if [ ! -f run.
bash
]; then
59
echo 'make.
bash
must be run from $GOROOT/src' 1>&2
66
echo 'ERROR: Do not use make.
bash
to build on Windows.'
/build/blueprint/proptools/
escape.go
20
// ($), and escapes each string so they will be passed to
bash
. It is not necessary on input,
35
// ShellEscape takes a slice of strings that may contain characters that are meaningful to
bash
and
/device/asus/fugu/
AndroidKernel.mk
3
# Force using
bash
as a shell, otherwise, on Ubuntu, dash will break some
5
MAKE += SHELL=/bin/
bash
/external/iproute2/doc/
Makefile
12
SHELL=
bash
/hardware/invensense/65xx/libsensors_iio/software/build/android/
common.mk
1
# Use
bash
for additional echo fancyness
2
SHELL = /bin/
bash
shared.mk
1
SHELL=/bin/
bash
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
Makefile
43
SHELL := /bin/
bash
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile
35
SHELL := /bin/
bash
/external/autotest/client/site_tests/security_NetworkListeners/
security_NetworkListeners.py
59
e.g. "sed" and "
bash
" appear to be listening on ports
/external/ltp/tools/pounder21/test_scripts/
xterm_stress
1
#!/bin/
bash
-x
113
xterm -geom 80x25+0+0 -e "
bash
-c $POUNDER_SRCDIR/dump_xserver_statm" &
119
xterm -geometry 80x25`$POUNDER_SRCDIR/randacoords/coords 600 400` -e "
bash
-c '$exe'" &
126
bash
-c "$i" &
/hardware/invensense/6515/libsensors_iio/software/build/android/
shared.mk
1
SHELL=/bin/
bash
Completed in 1861 milliseconds
1
2
3
4
5
6
7
8
9