Searched refs:single_profile_filename (Results 1 – 1 of 1) sorted by relevance
/art/dex2oat/ |
D | dex2oat_image_test.cc | 382 const std::string& single_profile_filename = single_profile_file.GetFilename(); in TEST_F() local 400 extra_args.push_back("--profile-file=" + single_profile_filename); in TEST_F() 598 bool load_ok = silent_load(ART_FORMAT("{}!{}", base_location, single_profile_filename)); in TEST_F() 611 load_ok = silent_load(ART_FORMAT("{}:!{}", base_location, single_profile_filename)); in TEST_F() 633 ART_FORMAT("{}:/non-existent/{}!{}", base_location, single_name, single_profile_filename)); in TEST_F() 642 ART_FORMAT("{}:/non-existent/{}!{}", base_location, single_name, single_profile_filename)); in TEST_F()
|