Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp135 std::string packageRootPath; in getFilepath() local
148 err = convertPackageRootToPath(fqName, &packageRootPath); in getFilepath()
153 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
156 err = convertPackageRootToPath(fqName, &packageRootPath); in getFilepath()
161 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()