Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp69 static const string getRegistryPath();
825 static const string getRegistryPath() in getRegistryPath() function
867 authTokenPath = getRegistryPath(); in getAuthTokenFilePath()
877 return getRegistryPath() + "/" + ROOT_FILE_NAME; in getRootContFilePath()
883 return getRegistryPath() + "/" + uint32ToString(spid); in getSpDataPath()
889 return getRegistryPath() + "/" + uint32ToString(spid) + SP_CONT_FILE_EXT; in getSpContFilePath()
895 return getRegistryPath() + "/" + byteArrayToString(uuid, sizeof(*uuid)) + TL_CONT_FILE_EXT; in getTlContFilePath()
901 return getRegistryPath() + "/" + byteArrayToString(uuid, sizeof(*uuid)); in getTlDataPath()
913 return getRegistryPath() + "/" + byteArrayToString(uuid, sizeof(*uuid)) + TL_BIN_FILE_EXT; in getTlBinFilePath()