Searched refs:escapedPath (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_parse.c1419 CFStringRef escapedPath; local
1427 escapedPath = CFURLCopyPath(absoluteURL);
1428 require(escapedPath != NULL, CFURLCopyPath);
1430 unescapedPath = CFURLCreateStringByReplacingPercentEscapes(kCFAllocatorDefault, escapedPath, CFSTR(""));
1439 CFRelease(escapedPath);

Completed in 175 milliseconds