Lines Matching refs:tmp_dir
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()
403 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutExec()
421 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutFixedPointExec() local
425 std::string dex_file = tmp_dir + "classes.dex"; in DexFileLayoutFixedPointExec()
432 tmp_dir, in DexFileLayoutFixedPointExec()
439 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec()
441 std::string output_dex = tmp_dir + "classes.dex.new"; in DexFileLayoutFixedPointExec()
442 std::string second_output_dex = tmp_dir + "classes.dex.new.new"; in DexFileLayoutFixedPointExec()
446 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutFixedPointExec()
458 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex }; in DexFileLayoutFixedPointExec()
485 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in UnreferencedCatchHandlerExec() local
488 std::string input_dex = tmp_dir + "classes.dex"; in UnreferencedCatchHandlerExec()
490 std::string output_dex = tmp_dir + "classes.dex.new"; in UnreferencedCatchHandlerExec()
492 std::vector<std::string> dexlayout_args = { "-w", tmp_dir, "-o", "/dev/null", input_dex }; in UnreferencedCatchHandlerExec()
729 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
735 "-w", tmp_dir, in TEST_F()
767 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F() local
773 "-w", tmp_dir, in TEST_F()