Searched defs:parentURL (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp152 CFURLRef parentURL = CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, bundleURL); local
153 if (parentURL)
155 CFStringRef path = CFURLCopyFileSystemPath(parentURL, kCFURLPOSIXPathStyle);
161 CFRelease(parentURL);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsDirectoryService.cpp207 CFURLRef parentURL = CFURLCreateCopyDeletingLastPathComponent(kCFAllocatorDefault, bundleURL); local
208 if (parentURL)
214 if (CFURLGetFileSystemRepresentation(parentURL, PR_TRUE, (UInt8 *)buffer, sizeof(buffer)))
223 CFRelease(parentURL);
H A DnsLocalFileMac.cpp2984 CFURLRef parentURL = ::CFURLCreateCopyDeletingLastPathComponent(NULL, aCFURL); local
2985 if (!parentURL)
2991 if ((::CFURLGetFSRef(parentURL, &parentFSRef) == PR_TRUE) &&
3019 ::CFRelease(parentURL);

Completed in 57 milliseconds