Home
last modified time | relevance | path

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

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