Lines Matching refs:tmp_name

292     const std::string& tmp_name = tmp_file.GetFilename();  in DexFileOutputExec()  local
293 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileOutputExec()
294 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileOutputExec()
299 { "-w", tmp_dir, "-o", tmp_name, dex_file }; in DexFileOutputExec()
385 const std::string& tmp_name = tmp_file.GetFilename(); in DexFileLayoutExec() local
386 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileLayoutExec()
387 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in DexFileLayoutExec()
398 { "-v", "-w", tmp_dir, "-o", tmp_name, "-p", profile_file, dex_file }; in DexFileLayoutExec()
414 const std::string& tmp_name = tmp_file.GetFilename(); in DexFileLayoutFixedPointExec() local
415 size_t tmp_last_slash = tmp_name.rfind('/'); in DexFileLayoutFixedPointExec()
416 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); 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()
477 const std::string& tmp_name = tmp_file.GetFilename(); in UnreferencedCatchHandlerExec() local
478 size_t tmp_last_slash = tmp_name.rfind('/'); in UnreferencedCatchHandlerExec()
479 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in UnreferencedCatchHandlerExec()
713 const std::string& tmp_name = tmp_file.GetFilename(); in TEST_F() local
714 size_t tmp_last_slash = tmp_name.rfind('/'); in TEST_F()
715 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F()
722 "-o", tmp_name, in TEST_F()
751 const std::string& tmp_name = tmp_file.GetFilename(); in TEST_F() local
752 size_t tmp_last_slash = tmp_name.rfind('/'); in TEST_F()
753 std::string tmp_dir = tmp_name.substr(0, tmp_last_slash + 1); in TEST_F()
760 "-o", tmp_name, in TEST_F()