MCPcopy Create free account
hub / github.com/apache/nuttx / convert_path_windows

Function convert_path_windows

tools/zds/zdsar.c:398–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

396#endif
397
398static const char *convert_path_windows(const char *path)
399{
400#ifdef HOST_CYGWIN
401 return convert_path(path, CCP_POSIX_TO_WIN_A);
402#else
403 strcpy(g_path, path);
404 return g_path;
405#endif
406}
407
408static const char *convert_path_posix(const char *path)
409{

Callers 1

parse_argsFunction · 0.85

Calls 2

convert_pathFunction · 0.70
strcpyFunction · 0.50

Tested by

no test coverage detected