Home
last modified time | relevance | path

Searched refs:single_location (Results 1 – 1 of 1) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc393 std::string single_location = expanded_single[0]; in TEST_F() local
394 size_t single_slash_pos = single_location.rfind('/'); in TEST_F()
396 std::string single_name = single_location.substr(single_slash_pos + 1u); in TEST_F()
557 load_ok = load(base_location + ':' + single_location); in TEST_F()
598 load_ok = silent_load(base_location + ":" + single_location + "!!arbitrary-profile-name"); in TEST_F()
602 load_ok = silent_load(base_location + ":" + single_location + "!"); in TEST_F()
616 load_ok = load(base_location + ":" + single_location + "!non-existent-profile-name"); in TEST_F()