Home
last modified time | relevance | path

Searched refs:dirPath (Results 1 - 3 of 3) sorted by relevance

/vendor/hisilicon/hispark_taurus/hals/utils/token/
H A Dhal_token.c55 static char* GenTokenFilePath(const char* dirPath, const char* fileName) in GenTokenFilePath() argument
57 if (dirPath == NULL || fileName == NULL) { in GenTokenFilePath()
61 uint32_t filePathLen = strlen(dirPath) + 1 + strlen(fileName) + 1; in GenTokenFilePath()
71 if (sprintf_s(filePath, filePathLen, "%s%s%s", dirPath, "/", fileName) < 0) { in GenTokenFilePath()
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/
H A Dhal_token.c55 static char* GenTokenFilePath(const char* dirPath, const char* fileName) in GenTokenFilePath() argument
57 if (dirPath == NULL || fileName == NULL) { in GenTokenFilePath()
61 uint32_t filePathLen = strlen(dirPath) + 1 + strlen(fileName) + 1; in GenTokenFilePath()
71 if (sprintf_s(filePath, filePathLen, "%s%s%s", dirPath, "/", fileName) < 0) { in GenTokenFilePath()
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/
H A Dhal_token.c55 static char* GenTokenFilePath(const char* dirPath, const char* fileName) in GenTokenFilePath() argument
57 if (dirPath == NULL || fileName == NULL) { in GenTokenFilePath()
61 uint32_t filePathLen = strlen(dirPath) + 1 + strlen(fileName) + 1; in GenTokenFilePath()
71 if (sprintf_s(filePath, filePathLen, "%s%s%s", dirPath, "/", fileName) < 0) { in GenTokenFilePath()

Completed in 3 milliseconds