Home
last modified time | relevance | path

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

/system/tools/hidl/
DCoordinator.cpp136 std::string packageRootPath; in getFilepath() local
149 err = convertPackageRootToPath(fqName, &packageRootPath); in getFilepath()
154 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()
157 err = convertPackageRootToPath(fqName, &packageRootPath); in getFilepath()
162 *path = mOutputPath + packageRootPath + packagePath + fileName; in getFilepath()