Home
last modified time | relevance | path

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

/bsp/simulator/drivers/
A Dmodule_win32.c434 char *full_path = RT_NULL; in rt_module_exec_cmd() local
443 full_path = dfs_normalize_path(RT_NULL, path); in rt_module_exec_cmd()
447 full_path = (const char*)path; in rt_module_exec_cmd()
451 fs = dfs_filesystem_lookup(full_path); in rt_module_exec_cmd()
460 if ((winpath = dfs_win32_dirdup((char *)full_path)) == RT_NULL) in rt_module_exec_cmd()
550 if (full_path != path) rt_free(full_path); in rt_module_exec_cmd()
551 if (name != RT_NULL) rt_free(full_path); in rt_module_exec_cmd()

Completed in 4 milliseconds