Searched refs:tmp_dir (Results 1 – 3 of 3) sorted by relevance
/art/test/ |
D | run-test | 38 tmp_dir="/tmp/$USER/${test_dir}" 40 tmp_dir="${TMPDIR}/${test_dir}" 158 DEX_LOCATION=$tmp_dir 175 DEX_LOCATION="$tmp_dir" 278 …n_args} --timeout 1800 --invoke-with strace --invoke-with -o --invoke-with $tmp_dir/$strace_output" 332 tmp_dir=$1 333 if [ "x$tmp_dir" = "x" ]; then 431 noncanonical_tmp_dir=$tmp_dir 432 tmp_dir="`cd $oldwd ; python -c "import os; print os.path.realpath('$tmp_dir')"`" 433 mkdir -p $tmp_dir [all …]
|
/art/dexlayout/ |
D | dexlayout_test.cc | 286 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileOutputExec() local 292 { dexlayout, "-w", tmp_dir, "-o", tmp_name, dex_file }; in DexFileOutputExec() 299 { "/usr/bin/unzip", dex_file, "classes.dex", "-d", tmp_dir}; in DexFileOutputExec() 304 { "/usr/bin/diff", tmp_dir + "classes.dex" , tmp_dir + dex_file_name }; in DexFileOutputExec() 308 std::vector<std::string> rm_zip_exec_argv = { "/bin/rm", tmp_dir + "classes.dex" }; in DexFileOutputExec() 312 std::vector<std::string> rm_out_exec_argv = { "/bin/rm", tmp_dir + dex_file_name }; in DexFileOutputExec() 325 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec() local 328 std::string dex_file = tmp_dir + "classes.dex"; in DexFileLayoutExec() 330 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() 332 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutExec() [all …]
|
/art/test/952-invoke-custom/generator/ |
D | build-test.sh | 38 tmp_dir="/tmp/$USER/${test_dir}" 40 tmp_dir="${TMPDIR}/${test_dir}" 57 mkdir $tmp_dir 64 base_64_file=$tmp_dir/TestData$i.base64 86 rm -rf $tmp_dir
|