Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.h181 status_t getPackageRootPath(const FQName& fqName, std::string* path) const;
DCoordinator.cpp406 status_t Coordinator::getPackageRootPath(const FQName& fqName, std::string* path) const { in getPackageRootPath() function in android::Coordinator
817 status_t err = getPackageRootPath(fqName, &rootPath); in checkHash()