Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp507 std::vector<std::string> pathComponents{{localName}}; in makeFullName() local
509 pathComponents.push_back(scope->definedName()); in makeFullName()
512 std::reverse(pathComponents.begin(), pathComponents.end()); in makeFullName()
513 std::string path = StringHelper::JoinStrings(pathComponents, "."); in makeFullName()