Home
last modified time | relevance | path

Searched refs:MAX_FILE_PATH_SIZE (Results 1 - 2 of 2) sorted by relevance

/base/security/device_auth/deps_adapter/os_adapter/interfaces/liteos/
H A Dhc_file.h25 #define MAX_FILE_PATH_SIZE 64 macro
32 char filePath[MAX_FILE_PATH_SIZE];
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c46 if (strcpy_s(file->filePath, MAX_FILE_PATH_SIZE, path) != EOK) { in HcFileOpen()

Completed in 1 milliseconds