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}" 181 DEX_LOCATION=$tmp_dir 198 DEX_LOCATION="$tmp_dir" 325 run_args+=(--invoke-with strace --invoke-with -o --invoke-with "$tmp_dir/$strace_output") 380 tmp_dir=$1 381 if [ "x$tmp_dir" = "x" ]; then 440 DEX_LOCATION=$tmp_dir 450 DEX_LOCATION=$tmp_dir 459 DEX_LOCATION=$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 295 std::string unzip_dir = tmp_dir + "unzip/"; in DexFileOutputExec() 299 { "-w", tmp_dir, "-o", tmp_name, dex_file }; in DexFileOutputExec() 310 { "/usr/bin/diff", tmp_dir + "classes.dex" , unzip_dir + dex_file_name }; in DexFileOutputExec() 317 if (!UnlinkFile(tmp_dir + dex_file_name)) { in DexFileOutputExec() 387 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec() local 390 std::string dex_file = tmp_dir + "classes.dex"; in DexFileLayoutExec() 392 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() 395 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutExec() 398 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutExec() [all …]
|