MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / findPath

Function findPath

include/ftp.h:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97}
98
99static u8 findPath(char *absPath_s, const char *path, const char* cwd)
100{
101 return parsePath(absPath_s, path, cwd, true);
102}
103
104static u8 absPath(char *absPath_s, const char *path, const char* cwd)
105{

Callers 1

handleclient_ftpFunction · 0.85

Calls 1

parsePathFunction · 0.85

Tested by

no test coverage detected