Home
last modified time | relevance | path

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

/bsp/simulator/drivers/
A Dmodule_win32.c250 char * winpath = RT_NULL; in rt_module_open() local
268 if ((winpath = dfs_win32_dirdup((char *)path)) == RT_NULL) in rt_module_open()
274 hinstlib = LoadLibrary(winpath); in rt_module_open()
277 rt_kprintf("error: unable to open %s\n", winpath); in rt_module_open()
284 rt_kprintf("error: unable to find function in %s\n", winpath); in rt_module_open()
432 char * winpath = RT_NULL; in rt_module_exec_cmd() local
460 if ((winpath = dfs_win32_dirdup((char *)full_path)) == RT_NULL) in rt_module_exec_cmd()
466 hinstlib = LoadLibrary(winpath); in rt_module_exec_cmd()
469 rt_kprintf("error: unable to open %s\n", winpath); in rt_module_exec_cmd()
482 rt_free(winpath); in rt_module_exec_cmd()
[all …]

Completed in 5 milliseconds