Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dtrust_merger.c262 char *configPath = (gConfigPath == NULL) ? DEF_CONFIG_FILE : gConfigPath; in parseOpts() local
269 file = fopen(configPath, "r"); in parseOpts()
271 fprintf(stderr, "config(%s) not found!\n", configPath); in parseOpts()
272 if (configPath == (char *)DEF_CONFIG_FILE) { in parseOpts()
H A Dboot_merger.c371 char *configPath = (gConfigPath == NULL) ? DEF_CONFIG_FILE : gConfigPath; in parseOpts_from_file() local
373 file = fopen(configPath, "r"); in parseOpts_from_file()
375 fprintf(stderr, "config(%s) not found!\n", configPath); in parseOpts_from_file()
376 if (configPath == (char *)DEF_CONFIG_FILE) { in parseOpts_from_file()