Searched refs:tmp_name (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout_test.cc | 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() [all …]
|