Home
last modified time | relevance | path

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

/art/runtime/base/
Dstringpiece.h128 bool ends_with(const StringPiece& x) const { in ends_with() function
/art/compiler/driver/
Dcompiler_driver.cc2433 !StringPiece(descriptor).ends_with("$NoPreloadHolder;"); in Visit()