Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp254 const std::string path = makeAbsolute(packagePath + fqName.name() + ".hal"); in parseOptional()
385 std::string Coordinator::makeAbsolute(const std::string& path) const { in makeAbsolute() function in android::Coordinator
449 const std::string path = makeAbsolute(packagePath); in getPackageInterfaceFiles()
666 if (existdir(makeAbsolute(packagePath).c_str())) { in packageExists()
820 std::string hashPath = makeAbsolute(rootPath) + "/current.txt"; in checkHash()
DCoordinator.h207 std::string makeAbsolute(const std::string& string) const;