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

/macosx-10.9.5/Security-55471.14.18/sec/securityd/
H A Dspi.c70 void securityd_init(char* home_path) { argument
71 if (home_path)
72 SetCustomHomeURL(home_path);
/macosx-10.9.5/Security-55471.14.18/utilities/src/
H A DSecFileLocations.c219 void SetCustomHomeURLString(CFStringRef home_path) argument
222 if (home_path) {
223 sCustomHomeURL = CFURLCreateWithFileSystemPath(NULL, home_path, kCFURLPOSIXPathStyle, true);
/macosx-10.9.5/Security-55471.14.18/utilities/utilities/
H A DSecFileLocations.c219 void SetCustomHomeURLString(CFStringRef home_path) argument
222 if (home_path) {
223 sCustomHomeURL = CFURLCreateWithFileSystemPath(NULL, home_path, kCFURLPOSIXPathStyle, true);
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_file_exhaustive.rb506 home_path = ENV["HOMEPATH"]
520 ENV["HOMEPATH"] = home_path

Completed in 127 milliseconds