Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc307 size_t tail_slash_pos = tail_location.rfind('/'); in TEST_F() local
308 ASSERT_NE(std::string::npos, tail_slash_pos); in TEST_F()
309 std::string tail_name = tail_location.substr(tail_slash_pos + 1u); in TEST_F()