Home
last modified time | relevance | path

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

/art/libnativeloader/
Dlibrary_namespaces.cpp447 size_t slash_index = location.find_first_of('/', start_index); in FindApexNamespaceName() local
448 LOG_ALWAYS_FATAL_IF((slash_index == std::string::npos), in FindApexNamespaceName()
450 std::string name = location.substr(start_index, slash_index - start_index); in FindApexNamespaceName()