Home
last modified time | relevance | path

Searched refs:beginPath (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/services/legacy/authenticators/src/account_related/creds_manager/
H A Dsym_token_manager.c65 const char *beginPath = GetStorageDirPathCe(); in GetTokensFilePathCe() local
66 if (beginPath == NULL) { in GetTokensFilePathCe()
71 beginPath, osAccountId) <= 0) { in GetTokensFilePathCe()
80 const char *beginPath = GetAccountStoragePath(); in GetTokensFilePathDe() local
81 if (beginPath == NULL) { in GetTokensFilePathDe()
87 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym.dat", beginPath); in GetTokensFilePathDe()
89 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_sym%d.dat", beginPath, osAccountId); in GetTokensFilePathDe()
H A Dasy_token_manager.c96 const char *beginPath = GetStorageDirPathCe(); in GetTokenPathCe() local
97 if (beginPath == NULL) { in GetTokenPathCe()
102 beginPath, osAccountId) <= 0) { in GetTokenPathCe()
111 const char *beginPath = GetAccountStoragePath(); in GetTokenPathDe() local
112 if (beginPath == NULL) { in GetTokenPathDe()
118 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy.dat", beginPath); in GetTokenPathDe()
120 writeByteNum = sprintf_s(tokenPath, pathBufferLen, "%s/account_data_asy%d.dat", beginPath, osAccountId); in GetTokenPathDe()
/base/security/device_auth/services/privacy_enhancement/src/
H A Dpseudonym_manager.c185 const char *beginPath = GetStorageDirPathCe(); in GetPseudonymPathCe() local
186 if (beginPath == NULL) { in GetPseudonymPathCe()
190 if (sprintf_s(path, pathBufferLen, "%s/%d/deviceauth/pseudonym/pseudonym_data.dat", beginPath, osAccountId) <= 0) { in GetPseudonymPathCe()
199 const char *beginPath = GetPseudonymStoragePath(); in GetPseudonymPathDe() local
200 if (beginPath == NULL) { in GetPseudonymPathDe()
206 writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data.dat", beginPath); in GetPseudonymPathDe()
208 writeByteNum = sprintf_s(path, pathBufferLen, "%s/pseudonym_data%d.dat", beginPath, osAccountId); in GetPseudonymPathDe()
/base/security/device_auth/services/data_manager/src/
H A Ddata_manager.c186 const char *beginPath = GetStorageDirPathCe(); in GetOsAccountInfoPathCe() local
187 if (beginPath == NULL) { in GetOsAccountInfoPathCe()
191 if (sprintf_s(infoPath, pathBufferLen, "%s/%d/deviceauth/hcgroup.dat", beginPath, osAccountId) <= 0) { in GetOsAccountInfoPathCe()
200 const char *beginPath = GetStorageDirPath(); in GetOsAccountInfoPathDe() local
201 if (beginPath == NULL) { in GetOsAccountInfoPathDe()
207 writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup.dat", beginPath); in GetOsAccountInfoPathDe()
209 writeByteNum = sprintf_s(infoPath, pathBufferLen, "%s/hcgroup%d.dat", beginPath, osAccountId); in GetOsAccountInfoPathDe()

Completed in 9 milliseconds