MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / dfs_win32_dirdup

Function dfs_win32_dirdup

bsp/simulator/drivers/dfs_win32.c:140–145  ·  view source on GitHub ↗

This function can convert the path in rt-thread/dfs to the path in windows */

Source from the content-addressed store, hash-verified

138
139/* This function can convert the path in rt-thread/dfs to the path in windows */
140char * dfs_win32_dirdup(char * path)
141{
142 char * file_path;
143 file_path = winpath_dirdup(WIN32_DIRDISK_ROOT, path);
144 return file_path;
145}
146
147static int dfs_win32_open(struct dfs_file *file)
148{

Callers 2

rt_module_openFunction · 0.85
rt_module_exec_cmdFunction · 0.85

Calls 1

winpath_dirdupFunction · 0.85

Tested by

no test coverage detected