Home
last modified time | relevance | path

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

/aosp12/art/libnativeloader/
H A Dlibrary_namespaces.cpp421 size_t slash_index = location.find_first_of('/', start_index); in FindApexNamespaceName() local
422 LOG_ALWAYS_FATAL_IF((slash_index == std::string::npos), in FindApexNamespaceName()
424 std::string name = location.substr(start_index, slash_index - start_index); in FindApexNamespaceName()