Home
last modified time | relevance | path

Searched refs:TMP_DIR (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/talk/build/
Dbuild_jar.sh38 TMP_DIR="$1"; shift
47 rm -rf "$TMP_DIR"
48 mkdir -p "$TMP_DIR"
50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
52 $JAVA_HOME/bin/jar cf "$JAR_NAME" -C "$TMP_DIR" .
/external/ltp/testcases/kernel/syscalls/madvise/
Dmadvise01.c35 #define TMP_DIR "tmp_madvise" macro
36 #define TEST_FILE TMP_DIR"/testfile"
72 SAFE_MKDIR(TMP_DIR, 0664); in setup()
73 SAFE_MOUNT(TMP_DIR, TMP_DIR, "tmpfs", 0, NULL); in setup()
99 SAFE_UMOUNT(TMP_DIR); in cleanup()
/external/protobuf/objectivec/
Dgenerate_well_known_types.sh57 TMP_DIR=$(mktemp -d)
58 trap "rm -rf ${TMP_DIR}" EXIT
59 ./protoc --objc_out="${TMP_DIR}" ${RUNTIME_PROTO_FILES[@]}
61 diff -r "${TMP_DIR}/google" "${ProtoRootDir}/objectivec/google" > /dev/null
76 cp -r "${TMP_DIR}/google/." "${ProtoRootDir}/objectivec/google/"
/external/libcups/
Dupdate_libcups.sh22 TMP_DIR=$(mktemp -d)
23 echo "Created temporary dir $TMP_DIR"
27 cd $TMP_DIR
75 rm -rf $TMP_DIR
/external/tpm2/generator/
Dgenerator.py24 TMP_DIR = '/tmp' variable
44 ''' % (os.path.basename(__file__), TMP_DIR))
60 tar_extract_base = ['tar', '-C', TMP_DIR, '-f']
68 part2 = os.path.join(TMP_DIR, name)
72 part3 = os.path.join(TMP_DIR, name)
/external/brotli/tests/
Droundtrip_test.sh8 TMP_DIR=bin/tmp
23 compressed=${TMP_DIR}/${file##*/}.bro
24 uncompressed=${TMP_DIR}/${file##*/}.unbro
Dcompatibility_test.sh9 TMP_DIR=bin/tmp
14 uncompressed=${TMP_DIR}/${expected##*/}.uncompressed
/external/curl/lib/
DMakefile.vxworks127 TMP_DIR := tmp
137 OBJLIST := $(CSOURCES:%.c=$(TMP_DIR)/%$(OBJ_EXTENSION))
148 $(TMP_DIR)/%$(OBJ_EXTENSION): %.c $(MAKEFILES)
176 $(_@_) rm -rf $(TMP_DIR)
/external/ltp/testcases/kernel/controllers/memcg/functional/
Dmemcg_lib.sh46 TMP_DIR="$PWD"
57 cd "$TMP_DIR"
353 TMP_FILE="$TMP_DIR/tmp"
489 ROD cd "$TMP_DIR"
/external/markdown/
Dtest-markdown.py13 TMP_DIR = "./tmp/" variable
160 if not os.path.exists(TMP_DIR):
161 os.mkdir(TMP_DIR)
197 html_diff_file_path = os.path.join(TMP_DIR, os.path.split(dir)[-1]) + ".html"
/external/abi-dumper/
Dabi-dumper.pl52 my $TMP_DIR = tempdir(CLEANUP=>1);
624 my $Cmd = $READELF_L." --wide -S \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
652 $Cmd = $OBJDUMP." --section=$Name -d \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
667 $Cmd = $READELF_L." --wide -d \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
687 $Cmd = $READELF_L." --wide -s \"$Lib_Path\" 2>\"$TMP_DIR/error\"";
875 … system($READELF_L." --wide -N --debug-dump=line \"$Path\" 2>\"$TMP_DIR/error\" >\"$ExtraPath\"");
880 open(SRC, $READELF_L." --wide -N --debug-dump=line \"$Path\" 2>\"$TMP_DIR/error\" |");
938 … system($READELF_L." --wide -N --debug-dump=info \"$Path\" 2>\"$TMP_DIR/error\" >\"$ExtraPath\"");
943 open(INFO, $READELF_L." --wide -N --debug-dump=info \"$Path\" 2>\"$TMP_DIR/error\" |");
1001 my $Sect = `$READELF_L --wide -S \"$Path\" 2>\"$TMP_DIR/error\"`;
[all …]
/external/abi-compliance-checker/modules/Internals/
DSysCheck.pm35 my $TMP_DIR = tempdir(CLEANUP=>1);
399 system($ACC_compare." 1>$TMP_DIR/null 2>$TMP_DIR/$LName.stderr");
400 if(-s "$TMP_DIR/$LName.stderr")
402 my $ErrorLog = readFile("$TMP_DIR/$LName.stderr");
463 my $DiffOut = $TMP_DIR."/rfcdiff";
1262 my $VInfo = `$SigcheckCmd -nobanner -n $Path 2>$TMP_DIR/null`;
1756 my $Out = $TMP_DIR."/urpmf.out";
2543 system($ACC_dump." 1>$TMP_DIR/null 2>$TMP_DIR/$LName.stderr");
2546 my $ErrCont = readFile("$TMP_DIR/$LName.stderr");
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dbuildpkb.sh22 TMP_DIR=.
317 TMP_PHONES_SYM=`cygpath -w $TMP_DIR/$PHONES_SYM_FN`
/external/abi-compliance-checker/
Dabi-compliance-checker.pl69 my $TMP_DIR = tempdir(CLEANUP=>1);
1794 if(`find \"$TMP_DIR\" -maxdepth 0 2>\"$TMP_DIR/null\"`) {
1806 if(`$Name /? 2>\"$TMP_DIR/null\"`) {
7398 writeFile("$TMP_DIR/unmangle", join("\n", @_));
7399 return split(/\n/, `$UndNameCmd 0x8386 \"$TMP_DIR/unmangle\"`);
7423 writeFile("$TMP_DIR/unmangle", join("\n", @_));
7424 my $Res = `$CppFiltCmd $NoStrip \@\"$TMP_DIR/unmangle\"`;
8184 my $Info = `$CTags --version 2>\"$TMP_DIR/null\"`;
8192 my $Out = $TMP_DIR."/ctags.txt";
8193 system("$CTags --c-kinds=pxn -f \"$Out\" \"$Path\" 2>\"$TMP_DIR/null\"");
[all …]
/external/autotest/server/hosts/
Dadb_host.py64 TMP_DIR = '/data/local/tmp' variable
1141 if not parent.startswith(TMP_DIR):
1142 parent = os.path.join(TMP_DIR, parent.lstrip(os.path.sep))