HomeSort by relevance Sort by last modified time
    Searched full:tmpdir (Results 326 - 350 of 2076) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-scripts/
assert.exp 24 if ![ld_assemble $as $srcdir/$subdir/assert.s tmpdir/assert.o] {
29 if ![ld_simple_link $ld tmpdir/assert "-T $srcdir/$subdir/assert.t tmpdir/assert.o"] {
log2.exp 24 if {![ld_assemble $as $srcdir/$subdir/log2.s tmpdir/log2.o]} {
29 if {![ld_simple_link $ld tmpdir/log2 "-T $srcdir/$subdir/log2.t tmpdir/log2.o"]} {
section-flags.exp 33 if ![ld_assemble $as $srcdir/$subdir/$test.s tmpdir/$test.o] {
36 if ![ld_simple_link $ldcmd tmpdir/$test \
37 "-T $srcdir/$subdir/$test.t tmpdir/$test.o"] {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-size/
size.exp 125 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/libsize-7.so" \
140 "$NOPIE_LDFLAGS -Wl,--no-as-needed tmpdir/libsize-8.so" \
165 catch "exec tmpdir/size-7.exe > tmpdir/dump.out" exec_output
172 if { [regexp_diff "tmpdir/dump.out" "$srcdir/$subdir/size-7.out" ] } then {
173 verbose "output is [file_contents "tmpdir/dump.out"]" 2
182 "tmpdir/libsize-1.so" \
190 "tmpdir/libsize-2.so" \
206 "tmpdir/libsize-3a.so" \
222 "tmpdir/libsize-3b.so"
    [all...]
  /external/autotest/client/tests/memory_api/
memory_api.py 9 os.mkdir(self.tmpdir)
13 os.path.join(self.tmpdir, "memory_api")))
17 os.path.join(self.tmpdir, "mremaps")))
33 p1 = subprocess.Popen('%s/memory_api ' % self.tmpdir + memsize,
75 utils.system('%s/mremaps ' % self.tmpdir + '100000000')
  /external/golang-protobuf/ptypes/
regen.sh 31 tmpdir=$(mktemp -d -t regen-wkt.XXXXXX)
32 trap 'rm -rf $tmpdir' EXIT
42 git clone -q $UPSTREAM $tmpdir
47 up=$(cd $tmpdir/$UPSTREAM_SUBDIR && find * -name $(basename $f) | grep -v /testdata/)
58 cp $tmpdir/$UPSTREAM_SUBDIR/$up $PKG/$f
  /external/ltp/lib/
tst_supported_fs_types.c 63 const char *tmpdir = getenv("TMPDIR"); local
67 if (!tmpdir)
68 tmpdir = "/tmp";
70 mount("/dev/zero", tmpdir, fs_type, 0, NULL);
  /external/ltp/testcases/network/stress/ns-tools/
check_envval 84 # TMPDIR
85 TMPDIR=${TMPDIR:=}
86 if [ x"${TMPDIR}" = x ]; then
87 TMPDIR=/tmp
  /libcore/luni/src/test/java/libcore/java/sql/
OldSQLTest.java 38 String tmp = System.getProperty("java.io.tmpdir");
39 File tmpDir = new File(tmp);
40 if (tmpDir.isDirectory()) {
41 dbFile = File.createTempFile("sqliteTest", ".db", tmpDir);
44 System.err.println("java.io.tmpdir does not exist");
  /prebuilts/tools/linux-x86_64/kythe/extractors/
javac-wrapper.sh 39 # TMPDIR: override the location of extraction logs and other temporary output
41 export TMPDIR="${TMPDIR:-/tmp}"
64 "$@" >>"$TMPDIR"/javac-extractor.out 2>> "$TMPDIR"/javac-extractor.err
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-checks/
checks.exp 41 if { ![ld_assemble $as $srcdir/$subdir/asm.s tmpdir/asm.o]} {
46 if ![ld_simple_link $ld tmpdir/asm.x "$ldflags tmpdir/asm.o"] {
61 set exec_output [run_host_cmd "$ld" "-o tmpdir/asm.x $ldflags tmpdir/asm.o"]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
eh-group.exp 26 # error in tmpdir/eh-group.o(.eh_frame); no .eh_frame_hdr table will be created.
48 if [ld_assemble $as "$srcdir/$subdir/eh-group1.s" "tmpdir/eh-group1size.o"] {
55 if [is_elf64 "tmpdir/eh-group1size.o"] {
68 if [ld_simple_link $ld "tmpdir/eh-group" "-e _start tmpdir/eh-group.o"] {
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.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/libcups/cups/
tempfile.c 44 const char *tmpdir; /* TMPDIR environment var */ local
54 * See if TMPDIR is defined...
58 if ((tmpdir = getenv("TEMP")) == NULL)
61 tmpdir = tmppath;
71 if ((tmpdir = getenv("TMPDIR")) == NULL)
73 tmpdir = "/private/tmp"; /* /tmp is a symlink to /private/tmp */
75 tmpdir = "/tmp";
98 snprintf(filename, (size_t)len - 1, "%s/%05lx%08lx", tmpdir, GetCurrentProcessId(), curtime)
    [all...]
  /system/update_engine/scripts/
test_paycheck.sh 148 tmpdir="$(mktemp -d --tmpdir test_paycheck.XXXXXXXX)"
149 log "Initiating application of payloads at $tmpdir"
152 apply_full_payload "${old_full_payload}" "${tmpdir}" "${OLD_KERN_PART}" \
157 apply_delta_payload "${delta_payload}" "${tmpdir}" "${NEW_DELTA_KERN_PART}" \
162 apply_full_payload "${new_full_payload}" "${tmpdir}" "${NEW_FULL_KERN_PART}" \
167 diff "${tmpdir}/${NEW_FULL_KERN_PART}" "${tmpdir}/${NEW_DELTA_KERN_PART}"
168 diff "${tmpdir}/${NEW_FULL_ROOT_PART}" "${tmpdir}/${NEW_DELTA_ROOT_PART}
    [all...]
  /external/compiler-rt/lib/asan/scripts/
asan_device_setup 266 TMPDIR="$TMPDIRBASE/new"
297 cp -r "$TMPDIROLD" "$TMPDIR"
299 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
307 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
309 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
325 cat <<EOF >"$TMPDIR/$_from"
345 if [[ -f "$TMPDIR/app_process64" ]]; then
347 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
349 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
316 cat <<EOF >"$TMPDIR/$_from"
336 if [[ -f "$TMPDIR/app_process64" ]]; then
338 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
340 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
316 cat <<EOF >"$TMPDIR/$_from"
336 if [[ -f "$TMPDIR/app_process64" ]]; then
338 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
340 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
320 cat <<EOF >"$TMPDIR/$_from"
340 if [[ -f "$TMPDIR/app_process64" ]]; then
342 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
344 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
316 cat <<EOF >"$TMPDIR/$_from"
336 if [[ -f "$TMPDIR/app_process64" ]]; then
338 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
340 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
316 cat <<EOF >"$TMPDIR/$_from"
336 if [[ -f "$TMPDIR/app_process64" ]]; then
338 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
340 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
320 cat <<EOF >"$TMPDIR/$_from"
340 if [[ -f "$TMPDIR/app_process64" ]]; then
342 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
344 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/bin/
asan_device_setup 251 TMPDIR="$TMPDIRBASE/new"
288 cp -r "$TMPDIROLD" "$TMPDIR"
290 if [[ -f "$TMPDIR/app_process.wrap" || -f "$TMPDIR/app_process64.real" ]]; then
298 cp "$ASAN_RT_PATH/$ASAN_RT" "$TMPDIR/"
300 cp "$ASAN_RT_PATH/$ASAN_RT64" "$TMPDIR/"
320 cat <<EOF >"$TMPDIR/$_from"
335 if [[ -f "$TMPDIR/app_process64" ]]; then
337 if [[ ! -f "$TMPDIR/app_process64.real" ]]; then
339 mv "$TMPDIR/app_process32" "$TMPDIR/app_process32.real
    [all...]

Completed in 1267 milliseconds

<<11121314151617181920>>