Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:tmp_dir

294     std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
298 { "-w", tmp_dir, "-o", tmp_name, dex_file };
305 { "/usr/bin/unzip", dex_file, "classes.dex", "-d", tmp_dir};
310 { "/usr/bin/diff", tmp_dir + "classes.dex" , tmp_dir + dex_file_name };
314 if (!UnlinkFile(tmp_dir + "classes.dex")) {
317 if (!UnlinkFile(tmp_dir + dex_file_name)) {
392 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
395 std::string dex_file = tmp_dir + "classes.dex";
397 std::string profile_file = tmp_dir + "primary.prof";
400 std::string output_dex = tmp_dir + "classes.dex.new";
403 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file };
421 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
425 std::string dex_file = tmp_dir + "classes.dex";
432 tmp_dir,
439 std::string profile_file = tmp_dir + "primary.prof";
441 std::string output_dex = tmp_dir + "classes.dex.new";
442 std::string second_output_dex = tmp_dir + "classes.dex.new.new";
446 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file };
458 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex };
485 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
488 std::string input_dex = tmp_dir + "classes.dex";
490 std::string output_dex = tmp_dir + "classes.dex.new";
492 std::vector<std::string> dexlayout_args = { "-w", tmp_dir, "-o", "/dev/null", input_dex };
729 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
735 "-w", tmp_dir,
767 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
773 "-w", tmp_dir,