Home
last modified time | relevance | path

Searched defs:stringView (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/files/
DPathUtils.h66 CStrWrapper(std::string_view stringView) : mStringView(stringView) {} in CStrWrapper()
96 inline CStrWrapper c_str(std::string_view stringView) { in c_str()