Searched refs:temp_profile (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout_test.cc | 633 ScratchFile temp_profile; in TEST_F() local 635 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 638 &temp_profile, in TEST_F() 644 ScratchFile temp_profile; in TEST_F() local 646 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 649 &temp_profile, in TEST_F() 655 ScratchFile temp_profile; in TEST_F() local 657 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 660 &temp_profile, in TEST_F()
|