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