HomeSort by relevance Sort by last modified time
    Searched refs:tmpdir (Results 126 - 150 of 520) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
crossref.exp 61 if { ![ld_compile $CC "$srcdir/$subdir/cross1.c" tmpdir/cross1.o] \
62 || ![ld_compile $CC "$srcdir/$subdir/cross2.c" tmpdir/cross2.o] } {
79 set exec_output [run_host_cmd "$ld" "$flags -o tmpdir/cross1 -T $srcdir/$subdir/cross1.t tmpdir/cross1.o tmpdir/cross2.o"]
98 if { ![ld_compile $CC "$srcdir/$subdir/cross3.c" tmpdir/cross3.o] } {
104 set exec_output [run_host_cmd "$ld" "$flags -o tmpdir/cross2 -T $srcdir/$subdir/cross2.t tmpdir/cross3.o"]
122 if { ![ld_compile $CC "$srcdir/$subdir/cross4.c" tmpdir/cross4.o] } {
128 if ![ld_relocate $ld tmpdir/cross3-partial.o "tmpdir/cross1.o tmpdir/cross4.o"]
    [all...]
script.exp 24 if ![ld_assemble $as $srcdir/$subdir/script.s tmpdir/script.o] {
34 if ![ld_nm $nm "" tmpdir/script] {
107 if ![ld_simple_link $ld tmpdir/script "$flags -T $srcdir/$subdir/script.t tmpdir/script.o"] {
115 if ![ld_simple_link $ld tmpdir/script "$flags -c $srcdir/$subdir/scriptm.t"] {
123 if ![ld_simple_link $ld tmpdir/script "$flags -T $srcdir/$subdir/memory.t tmpdir/script.o"] {
  /external/autotest/client/bin/
local_host_unittest.py 16 self.tmpdir = autotemp.tempdir(unique_id='localhost_unittest')
21 self.tmpdir.clean()
93 files = (os.path.join(self.tmpdir.name, 'file1'),
94 os.path.join(self.tmpdir.name, 'file2'))
96 # create some files in tmpdir
102 host.list_files_glob(os.path.join(self.tmpdir.name, '*')))
109 fname = os.path.join(self.tmpdir.name, 'file')
110 sname = os.path.join(self.tmpdir.name, 'sym')
125 fname = os.path.join(self.tmpdir.name, 'file')
126 sname = os.path.join(self.tmpdir.name, 'sym'
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
tic6x.exp 48 "-Tdsbt.ld --dsbt-index 0 --dsbt-size=3 tmpdir/libtest.so" ""
63 "-Tdsbt.ld --dsbt-index 0 --dsbt-size=3 tmpdir/libtestr.so" ""
78 "-Tdsbt-be.ld --dsbt-index 0 --dsbt-size=3 tmpdir/libtestb.so" ""
93 "-Tdsbt-be.ld --dsbt-index 0 --dsbt-size=3 tmpdir/libtestrb.so" ""
145 if { ![ld_assemble_flags $as "-mpic -mpid=near" $srcdir/$subdir/shlib-1.s tmpdir/shlib-1.o]
146 || ![ld_assemble_flags $as "-mpic -mpid=near" $srcdir/$subdir/shlib-2.s tmpdir/shlib-2.o]
147 || ![ld_assemble $as $srcdir/$subdir/shlib-app-1.s tmpdir/shlib-app-1.o]
148 || ![ld_assemble_flags $as "-mpic -mpid=near -mbig-endian" $srcdir/$subdir/shlib-1.s tmpdir/shlib-1b.o]
149 || ![ld_assemble_flags $as "-mpic -mpid=near -mbig-endian" $srcdir/$subdir/shlib-2.s tmpdir/shlib-2b.o]
150 || ![ld_assemble_flags $as -mbig-endian $srcdir/$subdir/shlib-app-1.s tmpdir/shlib-app-1b.o
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
gc.exp 27 set objfile "tmpdir/gc.o"
55 set outfile "tmpdir/$filename"
110 if {![ld_assemble_flags $as $gasopt $srcdir/$subdir/libpersonality.s tmpdir/libpersonality.o]
111 || ![ld_simple_link $ld tmpdir/libpersonality.so "-shared tmpdir/libpersonality.o"] } then {
122 ld_compile "$CC -fPIC $CFLAGS $cflags" $srcdir/$subdir/pr11218-1.c tmpdir/pr11218-1.o
123 ld_simple_link $ld tmpdir/pr11218-1.so "-shared tmpdir/pr11218-1.o"
124 ld_compile "$CC -c $CFLAGS $cflags" $srcdir/$subdir/pr11218-2.c tmpdir/pr11218-2.o
130 ld_compile "$CC $CFLAGS $cflags" $srcdir/$subdir/pr13683.c tmpdir/pr13683.
    [all...]
  /development/tools/
make_key 40 tmpdir=$(mktemp -d)
41 trap 'rm -rf ${tmpdir}; echo; exit 1' EXIT INT QUIT
43 one=${tmpdir}/one
44 two=${tmpdir}/two
  /external/autotest/client/tests/reaim/
reaim.py 11 tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
42 extra_args = '', tmpdir = None):
43 if not tmpdir:
44 tmpdir = self.tmpdir
55 open(config, 'a+').write("DISKDIR %s\n" % tmpdir)
  /external/v8/build/android/
method_count.py 25 def ExtractIfZip(dexfile, tmpdir):
31 z.extractall(tmpdir, dex_files)
33 return [os.path.join(tmpdir, f) for f in dex_files]
43 tmpdir = tempfile.mkdtemp(suffix='_dex_extract')
44 multidex_file_list = ExtractIfZip(dexfile, tmpdir)
48 shutil.rmtree(tmpdir)
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
readelf.exp 152 if { [target_compile $srcdir/$subdir/testprog.c tmpdir/testprog.o object debug] != "" } {
159 set tempfile [remote_download host tmpdir/testprog.o]
233 if { [target_compile $srcdir/$subdir/dw2-compressed.S tmpdir/dw2-compressed.o object debug] != "" } {
240 set tempfile [remote_download host tmpdir/dw2-compressed.o]
269 if {![binutils_assemble $srcdir/$subdir/dumptest.s tmpdir/dumptest.o]} then {
274 set tempfile [remote_download host tmpdir/dumptest.o]
324 if {![binutils_assemble $srcdir/$subdir/bintest.s tmpdir/bintest.o]} then {
331 set tempfile tmpdir/bintest.o
333 set tempfile [remote_download host tmpdir/bintest.o]
351 if {![binutils_assemble $srcdir/$subdir/version.s tmpdir/version.o]} then
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
sec-to-seg.exp 30 if { ! [ld_assemble $as $srcdir/$subdir/sec-to-seg1.s tmpdir/sec-to-seg1.o]
31 || ! [ld_assemble $as $srcdir/$subdir/sec-to-seg2.s tmpdir/sec-to-seg2.o]} then {
43 if {! [ld_simple_link $ld tmpdir/sec-to-seg "-T $srcdir/$subdir/$scriptname tmpdir/sec-to-seg1.o tmpdir/sec-to-seg2.o"] } then {
48 send_log "$READELF --program-headers --section-headers tmpdir/sec-to-seg\n"
49 set exec_output [run_host_cmd "$READELF" "--program-headers --section-headers tmpdir/sec-to-seg"]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
plugin-10.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
25 .*: LDPT_OPTION 'add:tmpdir/func.o'
28 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
29 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
31 hook called: claim_file tmpdir/libtext.a \[@.* not claimed
plugin-11.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
25 .*: LDPT_OPTION 'add:tmpdir/func.o'
26 .*: LDPT_OPTION 'claim:tmpdir/libtext.a'
28 .*: LDPT_OPTION 'add:tmpdir/text.o'
31 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
32 hook called: claim_file tmpdir/func.o \[@0/.* CLAIMED
34 hook called: claim_file tmpdir/libtext.a \[@.* CLAIMED
plugin-9.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
21 .*: LDPT_OPTION 'claim:tmpdir/func.o'
25 .*: LDPT_OPTION 'add: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
  /toolchain/binutils/binutils-2.25/libiberty/
make-temp-file.c 112 char *tmpdir; local
119 base = try_dir (getenv ("TMPDIR"), base);
144 tmpdir = XNEWVEC (char, len + 2);
145 strcpy (tmpdir, base);
146 tmpdir[len] = DIR_SEPARATOR;
147 tmpdir[len+1] = '\0';
148 memoized_tmpdir = tmpdir;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers.exp 70 set tmpdir tmpdir
111 global tmpdir
116 verbose -log "$ar -cr $tmpdir/$lib $tmpdir/$object"
117 catch "exec $ar -cr $tmpdir/$lib $tmpdir/$object" exec_output
125 verbose -log "$nm --print-armap $tmpdir/$lib | grep \" in \" | egrep \"VERS\\|bar\\|foo\" | sort > $tmpdir/nm.out"
127 catch "exec $nm --print-armap $tmpdir/$lib | grep \\\ in\\\ | egrep VERS\\\|bar\\\|foo | sort > $tmpdir/nm.out" exec_outpu
    [all...]
  /external/autotest/client/tests/fsstress/
fsstress.py 14 self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
25 testdir = self.tmpdir
  /external/autotest/client/tests/fsx/
fsx.py 20 self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
34 dir = self.tmpdir
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
expdyn2.d 4 #ld: -m crislinux --export-dynamic tmpdir/libdso-1.so
tls-err-53.d 4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
tls-err-65.d 4 #ld: -m crislinux tmpdir/tls-dso-xz-1.so
weakref2.d 3 #ld: -m crislinux tmpdir/libdso-1.so
  /toolchain/binutils/binutils-2.25/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.25/ld/testsuite/ld-ifunc/
binutils.exp 52 if { ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o ] } {
57 if { ![ld_simple_link $ld tmpdir/$test "$ld_options tmpdir/$test.o"] } {
67 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.exp\n"
68 set got [remote_exec host "$READELF -l --wide tmpdir/$test" "" "/dev/null" "tmpdir/$test.exp"]
75 send_log "$prog tmpdir/$test\n"
76 set got [remote_exec host "$prog tmpdir/$test"]
83 send_log "$READELF -l --wide tmpdir/$test > tmpdir/$test.out\n
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-metag/
stub.d 0 tmpdir/stub: file format elf32-metag
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
pic-and-nonpic-3-error.d 4 #ld: tmpdir/pic-and-nonpic-3a.so -melf32btsmip -znocopyreloc

Completed in 1026 milliseconds

1 2 3 4 56 7 8 91011>>