Home
last modified time | relevance | path

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

/drivers/base/firmware_loader/
Dmain.c471 #define PATH_SIZE 255 macro
472 static char fw_path_para[CUSTOM_FW_PATH_COUNT][PATH_SIZE];
490 static char strpath[PATH_SIZE * CUSTOM_FW_PATH_COUNT];
513 strscpy(fw_path_para[i], path, PATH_SIZE); in firmware_param_path_set()
517 strscpy(fw_path_para[i], path, PATH_SIZE); in firmware_param_path_set()
530 count += scnprintf(buffer + count, PATH_SIZE, "%s%s", fw_path_para[i], ","); in firmware_param_path_get()