Searched refs:inPath (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DtestKeychainAPI.h28 const char *inPath,
H A DtestKeychainAPI.cpp266 const char *inPath,
272 FILE *aInput = fopen(inPath, "r");
274 fprintf(stderr, "ERROR Cannot open the file %s\n", inPath);
265 DoRunScript( const char *inPath, UInt32 &outPass, UInt32 &outFail) argument
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DDLDBListCFPref.cpp703 string DLDbListCFPref::ExpandTildesInPath(const string &inPath) argument
709 if ((short)inPath.find("~/",0,2) == 0)
710 return getPwInfo(kHomeDir) + inPath.substr(1, inPath.length() - 1);
712 return inPath;
715 string DLDbListCFPref::StripPathStuff(const string &inPath) argument
717 if (inPath.find("/private/var/automount/Network/",0,31) == 0)
718 return inPath.substr(22);
719 if (inPath.find("/private/automount/Servers/",0,27) == 0)
720 return "/Network" + inPath
732 AbbreviatedPath(const string &inPath) argument
887 inPath[PATH_MAX]; local
[all...]
H A DDLDBListCFPref.h94 static string ExpandTildesInPath(const string &inPath);
95 static string StripPathStuff(const string &inPath);
96 static string AbbreviatedPath(const string &inPath);
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) argument
202 string path = inPath;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp703 string DLDbListCFPref::ExpandTildesInPath(const string &inPath) argument
709 if ((short)inPath.find("~/",0,2) == 0)
710 return getPwInfo(kHomeDir) + inPath.substr(1, inPath.length() - 1);
712 return inPath;
715 string DLDbListCFPref::StripPathStuff(const string &inPath) argument
717 if (inPath.find("/private/var/automount/Network/",0,31) == 0)
718 return inPath.substr(22);
719 if (inPath.find("/private/automount/Servers/",0,27) == 0)
720 return "/Network" + inPath
732 AbbreviatedPath(const string &inPath) argument
887 inPath[PATH_MAX]; local
[all...]
H A DDLDBListCFPref.h94 static string ExpandTildesInPath(const string &inPath);
95 static string StripPathStuff(const string &inPath);
96 static string AbbreviatedPath(const string &inPath);
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) argument
202 string path = inPath;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp703 string DLDbListCFPref::ExpandTildesInPath(const string &inPath) argument
709 if ((short)inPath.find("~/",0,2) == 0)
710 return getPwInfo(kHomeDir) + inPath.substr(1, inPath.length() - 1);
712 return inPath;
715 string DLDbListCFPref::StripPathStuff(const string &inPath) argument
717 if (inPath.find("/private/var/automount/Network/",0,31) == 0)
718 return inPath.substr(22);
719 if (inPath.find("/private/automount/Servers/",0,27) == 0)
720 return "/Network" + inPath
732 AbbreviatedPath(const string &inPath) argument
887 inPath[PATH_MAX]; local
[all...]
H A DDLDBListCFPref.h94 static string ExpandTildesInPath(const string &inPath);
95 static string StripPathStuff(const string &inPath);
96 static string AbbreviatedPath(const string &inPath);
H A DTrustedApplication.cpp200 bool PathDatabase::lookup(const string &inPath) argument
202 string path = inPath;
/macosx-10.10/Security-57031.1.35/Security/include/security_filedb/
H A DAtomicFile.h40 AtomicFile(const std::string &inPath);
94 AtomicBufferedFile(const std::string &inPath, bool isLocalFileSystem);
H A DAtomicFile.cpp46 AtomicFile::AtomicFile(const std::string &inPath) : argument
47 mPath(inPath)
49 pathSplit(inPath, mDir, mFile);
379 AtomicBufferedFile::AtomicBufferedFile(const std::string &inPath, bool isLocal) : argument
380 mPath(inPath),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAtomicFile.h40 AtomicFile(const std::string &inPath);
94 AtomicBufferedFile(const std::string &inPath, bool isLocalFileSystem);
H A DAtomicFile.cpp46 AtomicFile::AtomicFile(const std::string &inPath) : argument
47 mPath(inPath)
49 pathSplit(inPath, mDir, mFile);
379 AtomicBufferedFile::AtomicBufferedFile(const std::string &inPath, bool isLocal) : argument
380 mPath(inPath),
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/NSPTool/
H A DNSPTool.c34 DEBUG_LOCAL OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath );
232 OSStatus InstallNSP( const char *inName, const char *inGUID, const char *inPath )
243 require_action( inPath && ( *inPath != '\0' ), exit, err = kParamErr );
252 size = strlen( inPath );
254 CharToWCharString( inPath, path );
267 fprintf( stderr, "Installed NSP \"%s\" (%s) at %s\n", inName, inGUID, inPath );
273 fprintf( stderr, "### FAILED (%d) to install \"%s\" (%s) Name Space Provider at %s\n", err, inName, inGUID, inPath );
/macosx-10.10/MITKerberosShim-66/profile/
H A Dprof_FSp_glue.c15 OSStatus POSIXPathToFSSpec (const char *inPath, FSSpec *outSpec);
/macosx-10.10/ppp-786.1.1/Helpers/vpnd/
H A Dvpnoptions.h189 int plugin_exists(const char *inPath);
H A Dvpnoptions.c504 int plugin_exists(const char *inPath) argument
510 if (inPath[0] != '/')
512 strlcat(path, inPath, sizeof(path));
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py36 def setPath_(self, inPath):
37 self._path = inPath
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py36 def setPath_(self, inPath):
37 self._path = inPath
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/ImageKit/ImageBrowser/
H A DImageBrowserController.py36 def setPath_(self, inPath):
37 self._path = inPath
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dudata.cpp432 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, argument
437 fprintf(stderr, "SUFFIX1=%s PATH=%s\n", inSuffix, inPath);
440 if(inPath == NULL) {
443 path = inPath;
/macosx-10.10/tcl-105/tcl_ext/tclae/tclae/generic/
H A DtclAEHandler.c127 static int TclaeGetPathDString(Tcl_Interp *interp, Tcl_Obj *inPath,
1868 TclaeGetPathDString(Tcl_Interp *interp, Tcl_Obj *inPath,
1876 if (UtfToDUtfDString(interp, Tcl_GetString(inPath), -1, outDS) == TCL_ERROR)
1893 Tcl_GetString(inPath), "'",
1903 Tcl_GetString(inPath), "'",
1867 TclaeGetPathDString(Tcl_Interp *interp, Tcl_Obj *inPath, Boolean isDirectory, CFURLPathStyle fromPathStyle, CFURLPathStyle toPathStyle, Tcl_DString *outDS) argument
/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalOSX.cpp57 bool IsRelativePath(const char* inPath) argument
59 return inPath[0] != kPathDelimiter[0];

Completed in 226 milliseconds

12