HomeSort by relevance Sort by last modified time
    Searched refs:tmpdir (Results 276 - 300 of 717) sorted by null

<<11121314151617181920>>

  /external/autotest/server/site_tests/network_DiskFull/
hog_disk.sh 38 temp_file=$(mktemp --tmpdir="$mount_point" hog_disk.XXXXXXXXXX)
  /external/autotest/server/site_tests/platform_Flashrom/
platform_Flashrom.py 75 tmpdir = os.getenv('DUT_TMPDIR')
76 if not tmpdir: tmpdir = '/tmp'
104 rw_b2 = os.path.join(tmpdir, 'rw_b2.bin')
  /external/curl/
install-sh 329 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
330 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
333 # create the $tmpdir first (and fail if unsuccessful) to make sure
334 # that nobody tries to guess the $tmpdir name.
336 $mkdirprog $mkdir_mode "$tmpdir" &&
337 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
344 test_tmpdir="$tmpdir/a
    [all...]
  /external/lmfit/build-aux/
install-sh 329 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
330 trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null; exit $ret' 0
333 # create the $tmpdir first (and fail if unsuccessful) to make sure
334 # that nobody tries to guess the $tmpdir name.
336 $mkdirprog $mkdir_mode "$tmpdir" &&
337 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1
344 test_tmpdir="$tmpdir/a
    [all...]
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
ltpfsio.sh 27 tmpdir=$TMPBASE
  /external/ltp/testcases/kernel/syscalls/mknodat/
mknodat01.c 120 char *tmpdir; local
132 tmpdir = tst_get_tmpdir();
136 sprintf(testfile3, "%s/mknodattestfile3%d", tmpdir, getpid());
137 free(tmpdir);
  /external/ltp/testcases/network/sockets/
ltpSockets.sh 21 tmpdir=$TMPBASE
  /external/syslinux/utils/
mkdiskimage.in 234 while ( !defined($tmpdir) ) {
235 $tmpdir = "/tmp/mkdiskimage.$$.".($n++);
236 if ( !mkdir($tmpdir, 0700) ) {
237 die "$0: Failed to make temp directory: $tmpdir\n"
239 undef $tmpdir;
243 $cfgfile = $tmpdir.'/mtools.conf';
244 $imglink = $tmpdir.'/disk.img';
281 rmdir($tmpdir);
  /prebuilts/go/darwin-x86/src/cmd/link/
linkbig_test.go 30 tmpdir, err := ioutil.TempDir("", "bigtext")
32 defer os.RemoveAll(tmpdir)
52 err := ioutil.WriteFile(tmpdir+"/"+testname+".s", w.Bytes(), 0666)
79 err = ioutil.WriteFile(tmpdir+"/bigfn.go", w.Bytes(), 0666)
85 os.Chdir(tmpdir)
91 cmd = exec.Command(tmpdir + "/bigtext")
98 os.Chdir(tmpdir)
104 cmd = exec.Command(tmpdir + "/bigtext")
  /prebuilts/go/linux-x86/src/cmd/link/
linkbig_test.go 30 tmpdir, err := ioutil.TempDir("", "bigtext")
32 defer os.RemoveAll(tmpdir)
52 err := ioutil.WriteFile(tmpdir+"/"+testname+".s", w.Bytes(), 0666)
79 err = ioutil.WriteFile(tmpdir+"/bigfn.go", w.Bytes(), 0666)
85 os.Chdir(tmpdir)
91 cmd = exec.Command(tmpdir + "/bigtext")
98 os.Chdir(tmpdir)
104 cmd = exec.Command(tmpdir + "/bigtext")
  /system/bt/tools/scripts/
viewbtsnoop.sh 33 TMPDIR=$(mktemp --tmpdir -d "viewbtsnooz_XXXXX")
34 LOGFILE="${TMPDIR}/${FILENAME%.*}.btsnooz"
38 rm -rf "${TMPDIR}"
47 if [ ! -d "${TMPDIR}" ];
49 echo "Unable to create temp. dir (${TMPDIR}) :("
55 unzip "${BUGREPORT}" -d "${TMPDIR}"
56 BUGREPORT="${TMPDIR}/${FILENAME%.*}.txt"
65 rm -rf "${TMPDIR}"
74 rm -rf "${TMPDIR}"
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
plugin-13.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
22 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
24 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-17.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
26 .*: LDPT_OPTION 'add:tmpdir/func.o'
29 hook called: claim_file tmpdir/main.o \[@0/.* not claimed
31 hook called: claim_file tmpdir/text.o \[@0/.* not claimed
plugin-18.d 6 .*: LDPT_OUTPUT_NAME 'tmpdir/main.x'
26 .*: LDPT_OPTION 'add:tmpdir/func.o'
29 hook called: claim_file tmpdir/main.o \[@0/.* not 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
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-undefined/
weak-undef.exp 55 if {! [ld_assemble $as $srcdir/$subdir/weak-undef.s tmpdir/weak-undef.o]} then {
67 if {! [ld_simple_link $ld tmpdir/weak-undef "$flags tmpdir/weak-undef.o -T $srcdir/$subdir/weak-undef.t"] } then {
75 set exec_output [run_host_cmd "$objdump" "-s tmpdir/weak-undef"]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-xtensa/
coalesce.exp 60 if ![ld_assemble $as $srcdir/$subdir/coalesce1.s tmpdir/coalesce1.o] {
64 if ![ld_assemble $as $srcdir/$subdir/coalesce2.s tmpdir/coalesce2.o] {
69 set object "tmpdir/coalesce"
72 if ![ld_simple_link $ld $object "-T $srcdir/$subdir/coalesce.t tmpdir/coalesce1.o tmpdir/coalesce2.o"] {
lcall.exp 60 if ![ld_assemble $as $srcdir/$subdir/lcall1.s tmpdir/lcall1.o] {
64 if ![ld_assemble $as $srcdir/$subdir/lcall2.s tmpdir/lcall2.o] {
69 set object "tmpdir/lcall"
72 if ![ld_simple_link $ld $object "-T $srcdir/$subdir/lcall.t tmpdir/lcall1.o tmpdir/lcall2.o"] {
  /external/autotest/site_utils/lxc/
zygote_unittest.py 206 with lxc_utils.TempDir() as tmpdir:
207 fd, tmpfile = tempfile.mkstemp(dir=tmpdir)
214 os.path.basename(tmpdir))
216 zygote.copy(tmpdir, dst)
244 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote0:
247 zygote0.mount_dir(tmpdir, 'foo')
258 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote:
261 zygote.mount_dir(tmpdir, dst, readonly=False)
264 self.verifyBindMount(zygote, dst, tmpdir)
270 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/
compress.exp 23 set testfile tmpdir/dw2-1
24 set compressedfile tmpdir/dw2-1-compressed
25 set copyfile tmpdir/dw2-copy
26 set compressedfile2 tmpdir/dw2-2-compressed
27 set libfile tmpdir/libdw2
28 set compressedcopyfile tmpdir/dw2-copy-compressed
29 set testfile3 tmpdir/dw2-3
30 set compressedfile3 tmpdir/dw2-3-compressed
127 set got [remote_exec host "$READELF -S --wide ${copyfile}.a" "" "/dev/null" "tmpdir/libdw2.out"]
135 if { [regexp_diff tmpdir/libdw2.out $srcdir/$subdir/libdw2.out] } then
    [all...]
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 69 public String tmpdir = null; field in class:BaseTest
83 tmpdir = new File(System.getProperty("java.io.tmpdir"),
92 // remove tmpdir if no error.
99 tool.setOutputDirectory(tmpdir);
105 tool.setOutputDirectory(tmpdir);
113 "javac", "-d", tmpdir,
114 classpathOption, tmpdir+pathSep+CLASSPATH,
115 tmpdir+"/"+fileName
117 String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileName
    [all...]
  /external/autotest/client/bin/
profilers.py 27 newprofiler.tmpdir = os.path.join(self.tmpdir, profiler)
  /external/autotest/client/cros/enterprise/
enterprise_fake_dmserver.py 36 def start(self, tmpdir, debugdir):
40 @param tmpdir: location of the Autotest tmp dir.
45 self._policy_location = os.path.join(tmpdir, 'policy.json')
  /external/autotest/client/tests/bash_shared_mapping/
bash_shared_mapping.py 9 self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
23 testdir = self.tmpdir
  /external/autotest/client/tests/compilebench/
compilebench.py 11 self.tarball = utils.unmap_url(self.bindir, tarball, self.tmpdir)
19 dir = self.tmpdir

Completed in 913 milliseconds

<<11121314151617181920>>