Searched refs:temp_profile (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout_test.cc | 624 ScratchFile temp_profile; in TEST_F() local 626 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 629 &temp_profile, in TEST_F() 635 ScratchFile temp_profile; in TEST_F() local 637 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 640 &temp_profile, in TEST_F() 646 ScratchFile temp_profile; in TEST_F() local 648 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 651 &temp_profile, in TEST_F()
|