OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tmpdir
(Results
151 - 175
of
2076
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/toolchain-utils/dejagnu/
chromeos.exp.in
9
set
tmpdir
[board_info $board
tmpdir
]
12
local_exec "ssh -n $ssh_options root@$hostname sh -c 'mkdir -p $
tmpdir
'" \
23
set
tmpdir
[board_info $board
tmpdir
]
26
verbose -log "Cleaning up - executing on board 'rm -fr $
tmpdir
' ..." 1
27
local_exec "ssh -n $ssh_options root@$hostname sh -c 'rm -fr $
tmpdir
'" \
36
set
tmpdir
[board_info $board
tmpdir
]
40
verbose -log "scp -q $ssh_options $file root@$hostname:$
tmpdir
/"
[
all
...]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-unique/
unique.exp
109
if ![ld_compile "$CC -c" "$srcdir/$subdir/unique.s" "
tmpdir
/unique.o"] {
115
if ![ld_compile "$CC -c" "$srcdir/$subdir/unique_empty.s" "
tmpdir
/unique_empty.o"] {
121
if ![ld_compile "$CC -c -fPIC" "$srcdir/$subdir/unique_shared.s" "
tmpdir
/unique_shared.o"] {
127
if ![default_ld_link $ld "
tmpdir
/unique_prog" "
tmpdir
/unique.o"] {
133
if ![ld_simple_link $ld "
tmpdir
/libunique_shared.so" "-shared
tmpdir
/unique_shared.o"] {
139
if ![default_ld_link $ld "
tmpdir
/unique_shared_prog" "-Ltmpdir
tmpdir
/unique_empty.o -Bdynamic -lunique_shared -rpath ./
tmpdir
"] {
[
all
...]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
binutils.exp
59
if { ![ld_assemble $as $srcdir/$subdir/$test.s
tmpdir
/$test.o ] } {
64
if { ![ld_simple_link $ld
tmpdir
/$test "$ld_options -z stack-size=0
tmpdir
/$test.o"] } {
75
send_log "$READELF $readelf_options --wide
tmpdir
/$test >
tmpdir
/$test.exp\n"
76
set got [remote_exec host "$READELF $readelf_options --wide
tmpdir
/$test" "" "/dev/null" "
tmpdir
/$test.exp"]
85
set got [remote_exec host "grep GNU_RELRO
tmpdir
/$test.exp"]
87
set got [remote_exec host "cat
tmpdir
/$test.exp"]
107
send_log "$prog
tmpdir
/$test\n
[
all
...]
tls_common.exp
44
if { ![ld_assemble $as "--elf-stt-common=no $srcdir/$subdir/tls_common.s"
tmpdir
/tls_commona.o]
45
|| ![ld_assemble $as "--elf-stt-common=yes $srcdir/$subdir/tls_common.s"
tmpdir
/tls_commonb.o] } {
50
if { ![ld_simple_link $ld
tmpdir
/tls_common1a.o "-r
tmpdir
/tls_commona.o"]
51
|| ![ld_simple_link $ld
tmpdir
/tls_common1b.o "-r
tmpdir
/tls_commona.o"] } {
56
if { ![ld_simple_link $ld
tmpdir
/tls_commona "
tmpdir
/tls_common1a.o"] } {
68
if { ![ld_simple_link $ld
tmpdir
/tls_commonb "
tmpdir
/tls_common1b.o"] }
[
all
...]
warn3.d
2
#ld:
tmpdir
/symbol3w.o
tmpdir
/symbol3.a
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
objcopy.exp
32
set tempfile
tmpdir
/bintest.o
33
set copyfile
tmpdir
/copy
35
set tempfile [remote_download host
tmpdir
/bintest.o]
64
set src1
tmpdir
/bintest.o
65
set src2
tmpdir
/copy.o
126
remote_upload host ${reversed}
tmpdir
/copy-reversed.o
127
set reversed
tmpdir
/copy-reversed.o
164
remote_upload host ${sequence_file}
tmpdir
/sequence_file
165
set sequence_file
tmpdir
/sequence_file
174
remote_upload host ${copyfile}
tmpdir
/interleave_outpu
[
all
...]
/external/capstone/bindings/
Makefile
0
TMPDIR
= /tmp/capstone_test
5
TEST = $(
TMPDIR
)/test
6
TEST_ARM = $(
TMPDIR
)/test_arm
7
TEST_ARM64 = $(
TMPDIR
)/test_arm64
8
TEST_MIPS = $(
TMPDIR
)/test_mips
9
TEST_PPC = $(
TMPDIR
)/test_ppc
10
TEST_SPARC = $(
TMPDIR
)/test_sparc
11
TEST_SYSZ = $(
TMPDIR
)/test_systemz
12
TEST_X86 = $(
TMPDIR
)/test_x86
13
TEST_XCORE = $(
TMPDIR
)/test_xcor
[
all
...]
/external/ltp/testcases/network/stress/ssh/
ssh-stress
31
TMPDIR
="/root"
40
TMPDIR
=
63
tmpdir
=$TST_TMPDIR
65
cat << EOD > $
tmpdir
/sshd_config
69
AuthorizedKeysFile $
tmpdir
/authorized_keys
74
PidFile $
tmpdir
/sshd.pid
77
$SSHD -f $
tmpdir
/sshd_config || \
81
rtmpdir=$(tst_rhost_run -c "mktemp -d -p $
TMPDIR
")
96
tst_rhost_run -c "cat ${rtmpdir}/id_rsa.pub" > $
tmpdir
/authorized_keys
100
test "$rc" && $rc $
tmpdir
/authorized_key
[
all
...]
/toolchain/binutils/binutils-2.27/binutils/testsuite/config/
default.exp
76
if ![file isdirectory
tmpdir
] {catch "exec mkdir
tmpdir
" status}
78
# Make a copy from
tmpdir
/gas/as and
tmpdir
/gas/ld to the assembler
81
if {![file isdirectory
tmpdir
/gas]} {catch "exec mkdir
tmpdir
/gas" status}
84
if ![catch "exec ln -sf ../../../$src
tmpdir
/gas/$dst" status] then {return 0}
85
if ![catch "exec ln -f ../$src
tmpdir
/gas/$dst" status] then {return 0}
86
catch "exec cp -fpu ../$src
tmpdir
/gas/$dst" status
102
if {[file isfile
tmpdir
/gas/as[exe_ext]]} then
[
all
...]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-shared/
shared.exp
68
set
tmpdir
tmpdir
84
set
tmpdir
/usr/tmp/ld.$pid
85
catch "exec mkdir $
tmpdir
" exec_status
89
set file [open $
tmpdir
/xcoff.exp w]
114
set file [open $
tmpdir
/movw-detect.c w]
117
if [run_host_cmd_yesno "$CC" "$CFLAGS -c $
tmpdir
/movw-detect.c -o $
tmpdir
/movw-detect.o"] {
130
global
tmpdir
138
set shared "-bM:SRE -bE:$
tmpdir
/xcoff.exp
[
all
...]
/external/skia/tests/
Test.cpp
16
DEFINE_string2(
tmpDir
, t, nullptr, "Temp directory to use.");
41
const char* environmentVariable = "
TMPDIR
";
44
const char* environmentVariable = "
TMPDIR
";
53
const char*
tmpdir
= environmentVariable ? getenv(environmentVariable) : nullptr;
local
54
return SkString(
tmpdir
?
tmpdir
: defaultValue);
/external/skqp/tests/
Test.cpp
16
DEFINE_string2(
tmpDir
, t, nullptr, "Temp directory to use.");
41
const char* environmentVariable = "
TMPDIR
";
44
const char* environmentVariable = "
TMPDIR
";
53
const char*
tmpdir
= environmentVariable ? getenv(environmentVariable) : nullptr;
local
54
return SkString(
tmpdir
?
tmpdir
: defaultValue);
/external/toolchain-utils/go/
go_target_exec
21
tmpdir
="$(target_tmpdir)"
22
target_cp ${binary} ${target}:${
tmpdir
}/a.out
26
targetdir="${
tmpdir
}"
30
targetdir="${
tmpdir
}/go/src/${PWD#${goroot}/src/}"
34
vars="GOROOT=${
tmpdir
}/go"
41
target_sh ${target} "cd ${targetdir} && ${vars} ${
tmpdir
}/a.out $*"
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-ia64/
line.exp
29
if ![ld_assemble $as "-x $srcdir/$subdir/undefined.s"
tmpdir
/undefined.o] {
35
remote_file host delete "
tmpdir
/undefined"
39
send_log "$ld -e start -o
tmpdir
/undefined
tmpdir
/undefined.o\n"
40
set exec_output [run_host_cmd "$ld" "-e start -o
tmpdir
/undefined
tmpdir
/undefined.o"]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-10.d
6
.*: LDPT_OUTPUT_NAME '
tmpdir
/main.x'
22
.*: LDPT_OPTION 'claim:
tmpdir
/func.o'
26
.*: LDPT_OPTION 'add:
tmpdir
/func.o'
29
hook called: claim_file
tmpdir
/main.o \[@0/.* not claimed
30
hook called: claim_file
tmpdir
/func.o \[@0/.* CLAIMED
32
hook called: claim_file
tmpdir
/libtext.a \[@.* not claimed
plugin-19.d
6
.*: LDPT_OUTPUT_NAME '
tmpdir
/main.x'
26
.*: LDPT_OPTION 'add:
tmpdir
/func.o'
27
.*: LDPT_OPTION 'claim:
tmpdir
/libtext.a'
29
.*: LDPT_OPTION 'add:
tmpdir
/text.o'
32
hook called: claim_file
tmpdir
/main.o \[@0/.* not claimed
35
hook called: claim_file
tmpdir
/libtext.a \[@.* CLAIMED
plugin-7.d
6
.*: LDPT_OUTPUT_NAME '
tmpdir
/main.x'
22
.*: LDPT_OPTION 'claim:
tmpdir
/func.o'
26
hook called: claim_file
tmpdir
/main.o \[@0/.* not claimed
27
hook called: claim_file
tmpdir
/func.o \[@0/.* CLAIMED
28
hook called: claim_file
tmpdir
/text.o \[@0/.* not claimed
31
tmpdir
/main.o: In function `main':
plugin-8.d
6
.*: LDPT_OUTPUT_NAME '
tmpdir
/main.x'
22
.*: LDPT_OPTION 'claim:
tmpdir
/func.o'
28
hook called: claim_file
tmpdir
/main.o \[@0/.* not claimed
29
hook called: claim_file
tmpdir
/func.o \[@0/.* CLAIMED
30
hook called: claim_file
tmpdir
/text.o \[@0/.* not claimed
35
tmpdir
/main.o: In function `main':
plugin-9.d
6
.*: LDPT_OUTPUT_NAME '
tmpdir
/main.x'
22
.*: LDPT_OPTION 'claim:
tmpdir
/func.o'
26
.*: LDPT_OPTION 'add:
tmpdir
/func.o'
29
hook called: claim_file
tmpdir
/main.o \[@0/.* not claimed
30
hook called: claim_file
tmpdir
/func.o \[@0/.* CLAIMED
31
hook called: claim_file
tmpdir
/text.o \[@0/.* not claimed
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
map-address.exp
24
if {![ld_assemble $as $srcdir/$subdir/sizeof.s
tmpdir
/map-address.o]} {
29
if {![ld_simple_link $ld
tmpdir
/map-address \
31
tmpdir
/map-address.o \
32
-Map
tmpdir
/map-address.map"]} {
38
remote_upload host "
tmpdir
/map_address.map"
42
"
tmpdir
/map-address.map" \
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-x86-64/
line.exp
36
if ![ld_assemble $as "--64 $srcdir/$subdir/undefined.s"
tmpdir
/undefined.o] {
42
remote_file host delete "
tmpdir
/undefined"
46
send_log "$ld -e start -m$emul -o
tmpdir
/undefined
tmpdir
/undefined.o\n"
47
set exec_output [run_host_cmd "$ld" "-e start -m$emul -o
tmpdir
/undefined
tmpdir
/undefined.o"]
/system/libufdt/tests/
apply_verify_multiple_overlay.sh
17
tmpdir
=$(mktemp -d)
18
trap 'rm -rf ${
tmpdir
};' EXIT
20
dtc -@ -qq -O dtb -o "${
tmpdir
}/${BASE_DT_NAME}.dtb" "${IN_DATA_DIR}/${BASE_DT_NAME}.dts"
21
dtc -@ -qq -O dtb -o "${
tmpdir
}/${OVERLAY_DT_1}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_1}.dts"
22
dtc -@ -qq -O dtb -o "${
tmpdir
}/${OVERLAY_DT_2}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_2}.dts"
23
dtc -@ -qq -O dtb -o "${
tmpdir
}/${OVERLAY_DT_3}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_3}.dts"
24
dtc -@ -qq -O dtb -o "${
tmpdir
}/${OVERLAY_DT_4}.dtb" "${IN_DATA_DIR}/${OVERLAY_DT_4}.dts"
26
cd $
tmpdir
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-gc/
pr19161.d
3
#ld: --gc-sections -e main
tmpdir
/pr19161-1.o
tmpdir
/pr19161-2.o
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-i386/
iamcu-1.d
3
#ld: -m elf_iamcu
tmpdir
/startiamcu.o
tmpdir
/fooiamcu.o
iamcu-4.d
2
#ld:
tmpdir
/startiamcu.o
tmpdir
/fooiamcu.o
Completed in 904 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>