Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
Dparse_string.h136 std::string_view parseApexName(std::string_view path);
/system/libvintf/
Dparse_string.cpp559 std::string_view parseApexName(std::string_view path) { in parseApexName() function
Dparse_xml.cpp848 std::string_view apexName = parseApexName(param.fileName); in buildObject()