Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp828 string registryPath; in getRegistryPath() local
834 registryPath = path; in getRegistryPath()
840 registryPath = path; in getRegistryPath()
845 if (registryPath.length() == 0) { in getRegistryPath()
846 registryPath = MC_REGISTRY_DEFAULT_PATH; in getRegistryPath()
847 LOG_I(" Using default registry path %s", registryPath.c_str()); in getRegistryPath()
850 assert(registryPath.length() != 0); in getRegistryPath()
852 return registryPath; in getRegistryPath()