Searched refs:temp_profile (Results 1 – 1 of 1) sorted by relevance
/art/dexlayout/ |
D | dexlayout_test.cc | 630 ScratchFile temp_profile; in TEST_F() local 632 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 635 &temp_profile, in TEST_F() 641 ScratchFile temp_profile; in TEST_F() local 643 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 646 &temp_profile, in TEST_F() 652 ScratchFile temp_profile; in TEST_F() local 654 { "-p", temp_profile.GetFilename(), "-o", "/dev/null", temp_dex.GetFilename() }; in TEST_F() 657 &temp_profile, in TEST_F()
|