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

/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSDictionary.h100 const char *urlPath() { return mUrlPath; } function in class:Security::MDSDictionary
/macosx-10.9.5/IOKitUser-907.100.13/kext.subproj/
H A DOSKext.c1567 char urlPath[PATH_MAX]; local
1570 /* resolveToBase */ true, urlPath);
1574 "Opening CFBundle for %s.", urlPath);
1580 "Can't open CFBundle for %s.", urlPath);
1609 urlPath);
1706 char urlPath[PATH_MAX]; local
1727 /* resolveToBase */ true, urlPath);
1750 urlPath,
1773 char urlPath[PATH_MAX] = __kStringUnknown; local
1805 /* resolveToBase */ true, urlPath);
2178 char urlPath[PATH_MAX]; local
5183 char urlPath[PATH_MAX]; local
11640 char urlPath[PATH_MAX]; local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFURL.c2120 // The urlString returned will have a pathDelim at the end if isDirectory was true and no pathDelim if isDirectory was false (unless the urlPath is "/")
4232 CFStringRef urlPath = CFURLCopyPath(anURL); local
4234 if (urlPath) {
4237 relPath = URLPathToPOSIXPath(urlPath, allocator, enc);
4246 relPath = URLPathToWindowsPath(urlPath, allocator, enc);
4251 CFRelease(urlPath);
5069 CFStringRef urlPath = _replacePathIllegalCharacters( fsPath, alloc, true ); local
5070 newURLString = CFStringCreateWithFormat( alloc, NULL, CFSTR(FILE_PREFIX "%@%@%@%@"), (netLoc ? netLoc : CFSTR("")), urlPath, ((CFStringCompare(urlPath, CFSTR("/"), 0) != kCFCompareEqualTo) ? (CFURLHasDirectoryPath( url ) ? CFSTR("/") : CFSTR("")) : CFSTR("")), (rSpec ? rSpec : CFSTR("")));
5073 CFRelease( urlPath );
[all...]
H A DCFBundle.c1597 static CFURLRef _CFBundleCopyExecutableURLRaw(CFURLRef urlPath, CFStringRef exeName) { argument
1600 if (!urlPath || !exeName) return NULL;
1614 executableURL = CFURLCreateWithFileSystemPathRelativeToBase(kCFAllocatorSystemDefault, newExeName, kCFURLPOSIXPathStyle, false, urlPath);
1623 executableURL = CFURLCreateWithFileSystemPathRelativeToBase(kCFAllocatorSystemDefault, exeName, kCFURLPOSIXPathStyle, false, urlPath);
1631 executableURL = CFURLCreateWithFileSystemPathRelativeToBase(kCFAllocatorSystemDefault, exeName, kCFURLWindowsPathStyle, false, urlPath);
1645 executableURL = CFURLCreateWithString(kCFAllocatorSystemDefault, newExeName, urlPath);
1661 executableURL = CFURLCreateWithString(kCFAllocatorSystemDefault, newExeName, urlPath);

Completed in 205 milliseconds