Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:tmp_name

293     const std::string& tmp_name = tmp_file.GetFilename();
294 size_t tmp_last_slash = tmp_name.rfind('/');
295 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
300 { "-w", tmp_dir, "-o", tmp_name, dex_file };
393 const std::string& tmp_name = tmp_file.GetFilename();
394 size_t tmp_last_slash = tmp_name.rfind('/');
395 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
406 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file };
422 const std::string& tmp_name = tmp_file.GetFilename();
423 size_t tmp_last_slash = tmp_name.rfind('/');
424 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
449 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file };
461 { "-i", "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, output_dex };
486 const std::string& tmp_name = tmp_file.GetFilename();
487 size_t tmp_last_slash = tmp_name.rfind('/');
488 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
722 const std::string& tmp_name = tmp_file.GetFilename();
723 size_t tmp_last_slash = tmp_name.rfind('/');
724 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
731 "-o", tmp_name,
760 const std::string& tmp_name = tmp_file.GetFilename();
761 size_t tmp_last_slash = tmp_name.rfind('/');
762 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1);
769 "-o", tmp_name,