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

/macosx-10.9.5/CF-855.17/
H A DCFSystemDirectories.c83 CFURLRef homeURL = CFCopyHomeDirectoryURLForUser(NULL); local
84 if (homeURL) {
85 CFURLGetFileSystemRepresentation(homeURL, true, (uint8_t *)home, CFMaxPathSize);
87 CFRelease(homeURL);
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecFileLocations.c54 CFURLRef homeURL = sCustomHomeURL; local
55 if (homeURL) {
56 CFRetain(homeURL);
61 homeURL = CFCopyHomeDirectoryURLForUser(NULL);
63 homeURL = CFCopyHomeDirectoryURL();
67 return homeURL;
155 CFURLRef homeURL = SecCopyBaseFilesURL(); local
163 if (homeURL && suffix)
164 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, homeURL, suffix, false);
166 CFReleaseSafe(homeURL);
[all...]
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecFileLocations.c54 CFURLRef homeURL = sCustomHomeURL; local
55 if (homeURL) {
56 CFRetain(homeURL);
61 homeURL = CFCopyHomeDirectoryURLForUser(NULL);
63 homeURL = CFCopyHomeDirectoryURL();
67 return homeURL;
155 CFURLRef homeURL = SecCopyBaseFilesURL(); local
163 if (homeURL && suffix)
164 fileURL = CFURLCreateCopyAppendingPathComponent(kCFAllocatorDefault, homeURL, suffix, false);
166 CFReleaseSafe(homeURL);
[all...]

Completed in 119 milliseconds