Searched refs:tmp_dir (Results 1 – 2 of 2) sorted by relevance
/art/test/ |
D | run-test | 38 tmp_dir="/tmp/$USER/${test_dir}" 40 tmp_dir="${TMPDIR}/${test_dir}" 174 DEX_LOCATION=$tmp_dir 191 DEX_LOCATION="$tmp_dir" 320 …n_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output" 377 tmp_dir=$1 378 if [ "x$tmp_dir" = "x" ]; then 483 noncanonical_tmp_dir=$tmp_dir 484 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`" 485 mkdir -p $tmp_dir [all …]
|
/art/dexlayout/ |
D | dexlayout_test.cc | 294 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileOutputExec() local 298 { "-w", tmp_dir, "-o", tmp_name, dex_file }; in DexFileOutputExec() 305 { "/usr/bin/unzip", dex_file, "classes.dex", "-d", tmp_dir}; in DexFileOutputExec() 310 { "/usr/bin/diff", tmp_dir + "classes.dex" , tmp_dir + dex_file_name }; in DexFileOutputExec() 314 if (!UnlinkFile(tmp_dir + "classes.dex")) { in DexFileOutputExec() 317 if (!UnlinkFile(tmp_dir + dex_file_name)) { in DexFileOutputExec() 392 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec() local 395 std::string dex_file = tmp_dir + "classes.dex"; in DexFileLayoutExec() 397 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() 400 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutExec() [all …]
|