Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/Public/
DMobiCoreRegistry.h170 regObject_t *mcRegistryGetDriverBlob(const char *driverFilename);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp752 const char *driverFilename in mcRegistryGetDriverBlob() argument
758 FILE *fs = fopen(driverFilename, "rb"); in mcRegistryGetDriverBlob()
760 LOG_E("mcRegistryGetDriverBlob() failed: cannot open %s", driverFilename); in mcRegistryGetDriverBlob()