Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp81 static bool doesDirExist(const char *path);
832 if (doesDirExist(path)) { in getRegistryPath()
838 if (doesDirExist(path)) { in getRegistryPath()
863 if (doesDirExist(path)) { in getAuthTokenFilePath()
948 static bool doesDirExist(const char *path) in doesDirExist() function