Lines Matching refs:tmp_name

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