Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_taurus/hals/utils/token/
H A Dhal_token.c89 char* formatPath = realpath(filePath, NULL); in GetTokenFileSize() local
90 if (formatPath == NULL) { in GetTokenFileSize()
94 FILE* fp = fopen(formatPath, "r"); in GetTokenFileSize()
96 free(formatPath); in GetTokenFileSize()
100 free(formatPath); in GetTokenFileSize()
105 free(formatPath); in GetTokenFileSize()
126 char* formatPath = realpath(filePath, NULL); in ReadTokenFile() local
128 if (formatPath == NULL) { in ReadTokenFile()
132 FILE* fp = fopen(formatPath, "rb"); in ReadTokenFile()
134 free(formatPath); in ReadTokenFile()
153 char* formatPath = realpath(path, NULL); WriteTokenFile() local
[all...]
/vendor/hisilicon/hispark_taurus_linux/hals/utils/token/
H A Dhal_token.c89 char* formatPath = realpath(filePath, NULL); in GetTokenFileSize() local
90 if (formatPath == NULL) { in GetTokenFileSize()
94 FILE* fp = fopen(formatPath, "r"); in GetTokenFileSize()
96 free(formatPath); in GetTokenFileSize()
100 free(formatPath); in GetTokenFileSize()
105 free(formatPath); in GetTokenFileSize()
126 char* formatPath = realpath(filePath, NULL); in ReadTokenFile() local
128 if (formatPath == NULL) { in ReadTokenFile()
132 FILE* fp = fopen(formatPath, "rb"); in ReadTokenFile()
134 free(formatPath); in ReadTokenFile()
153 char* formatPath = realpath(path, NULL); WriteTokenFile() local
[all...]
/vendor/hisilicon/hispark_taurus_mini_system/hals/utils/token/
H A Dhal_token.c89 char* formatPath = realpath(filePath, NULL); in GetTokenFileSize() local
90 if (formatPath == NULL) { in GetTokenFileSize()
94 FILE* fp = fopen(formatPath, "r"); in GetTokenFileSize()
96 free(formatPath); in GetTokenFileSize()
100 free(formatPath); in GetTokenFileSize()
105 free(formatPath); in GetTokenFileSize()
126 char* formatPath = realpath(filePath, NULL); in ReadTokenFile() local
128 if (formatPath == NULL) { in ReadTokenFile()
132 FILE* fp = fopen(formatPath, "rb"); in ReadTokenFile()
134 free(formatPath); in ReadTokenFile()
153 char* formatPath = realpath(path, NULL); WriteTokenFile() local
[all...]

Completed in 3 milliseconds