Lines Matching refs:tmp_dir

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()
416 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutFixedPointExec() local
420 std::string dex_file = tmp_dir + "classes.dex"; in DexFileLayoutFixedPointExec()
427 tmp_dir, in DexFileLayoutFixedPointExec()
434 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec()
436 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutFixedPointExec()
437 std::string second_output_dex = tmp_dir + "classes.dex.new.new"; in DexFileLayoutFixedPointExec()
441 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutFixedPointExec()
452 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex }; in DexFileLayoutFixedPointExec()
479 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in UnreferencedCatchHandlerExec() local
482 std::string input_dex = tmp_dir + "classes.dex"; in UnreferencedCatchHandlerExec()
484 std::string output_dex = tmp_dir + "classes.dex.new"; in UnreferencedCatchHandlerExec()
486 std::vector<std::string> dexlayout_args = { "-w", tmp_dir, "-o", "/dev/null", input_dex }; in UnreferencedCatchHandlerExec()
715 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
721 "-w", tmp_dir, in TEST_F()
753 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
759 "-w", tmp_dir, in TEST_F()