Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc306 std::string tail_location = expanded_tail[0]; in TEST_F() local
307 size_t tail_slash_pos = tail_location.rfind('/'); in TEST_F()
309 std::string tail_name = tail_location.substr(tail_slash_pos + 1u); in TEST_F()
470 load_ok = load(base_location + ':' + mid_location + ':' + tail_location); in TEST_F()
481 load_ok = load(base_location + ':' + mid_name + ':' + tail_location); in TEST_F()
541 load_ok = load(base_location + ':' + mid_name + ':' + tail_location); in TEST_F()
551 load_ok = silent_load(base_location + ":*:" + tail_location); in TEST_F()
553 load_ok = silent_load(base_location + ':' + scratch_dir + "*:" + tail_location); in TEST_F()