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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dfiledlg.cpp331 CFURLRef fullURLRef; local
332 fullURLRef = ::CFURLCreateFromFSRef(NULL, &fsref);
338 CFStringRef cfString = CFURLCopyFileSystemPath(fullURLRef, pathstyle);
339 ::CFRelease( fullURLRef ) ;
447 CFURLRef fullURLRef; local
454 fullURLRef =
464 fullURLRef = ::CFURLCreateFromFSRef(NULL, &theFSRef);
471 CFStringRef cfString = CFURLCopyFileSystemPath(fullURLRef, pathstyle);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilefn.cpp917 CFURLRef fullURLRef; local
918 fullURLRef = CFURLCreateFromFSRef(NULL, fsRef);
921 CFURLRef parentURLRef = fullURLRef ;
922 fullURLRef = CFURLCreateCopyAppendingPathComponent(NULL, parentURLRef,
926 CFStringRef cfString = CFURLCopyFileSystemPath(fullURLRef, kDefaultPathStyle);
927 CFRelease( fullURLRef ) ;

Completed in 58 milliseconds