Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/mobicore/daemon/Registry/
DRegistry.cpp75 static const string getTlDataPath(const mcUuid_t *uuid);
362 pathname = getTlDataPath(&so->cont.uuid); in mcRegistryStoreData()
451 string pathname = getTlDataPath(uuid); in mcRegistryCleanupTrustlet()
899 static const string getTlDataPath(const mcUuid_t *uuid) in getTlDataPath() function
907 return getTlDataPath(uuid) + "/" + uint32ToString(pid.data) + DATA_CONT_FILE_EXT; in getTlDataFilePath()