Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat_image_test.cc394 size_t single_slash_pos = single_location.rfind('/'); in TEST_F() local
395 ASSERT_NE(std::string::npos, single_slash_pos); in TEST_F()
396 std::string single_name = single_location.substr(single_slash_pos + 1u); in TEST_F()