Home
last modified time | relevance | path

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

/device/google/cuttlefish/tests/hal/
Dhal_implementation_test.cpp276 size_t lastDot = aidlType.rfind('.'); in getAidlPackage() local
277 CHECK(lastDot != std::string::npos); in getAidlPackage()
278 return aidlType.substr(0, lastDot + 1); in getAidlPackage()