Searched refs:dirPath (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Dcoderepository.cpp83 void PathList::addDirectory(const string &dirPath) argument
85 //@@@ validate dirPath?
86 mPaths.push_back(dirPath);
H A Dcoderepository.h52 void addDirectory(const string &dirPath);
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Dcoderepository.cpp83 void PathList::addDirectory(const string &dirPath) argument
85 //@@@ validate dirPath?
86 mPaths.push_back(dirPath);
H A Dcoderepository.h52 void addDirectory(const string &dirPath);
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/generic/
H A DtclXfilecmds.c251 * readdir ?-hidden? dirPath
265 char *dirPath;
272 return TclX_WrongArgs (interp, objv [0], "?-hidden? dirPath");
275 dirPath = Tcl_GetStringFromObj (objv [1], &dirPathLen);
285 dirPath = Tcl_GetStringFromObj (objv [2], NULL);
293 dirPath = Tcl_TranslateFileName (interp, dirPath, &pathBuf);
294 if (dirPath == NULL) {
299 dirPath,
260 char *dirPath; local
H A DtclXlib.c117 char *dirPath,
753 * o dirPath - Normalized path to directory.
764 LoadDirIndexCallback (interp, dirPath, fileName, caseSensitive, clientData)
766 char *dirPath;
805 TclX_JoinPath (dirPath, fileName, &filePath);
/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSSession.cpp206 const char *dirPath,
215 MSCleanDirDbg("cleanDir(%s) top", dirPath);
216 if ((dirp = opendir(dirPath)) == NULL) {
218 MSCleanDirDbg("opendir(%s) returned %d", dirPath, rtn);
234 MSCleanDirDbg("cleanDir(%s): readdir err %d", dirPath, rtn);
267 snprintf(fullPath, sizeof(fullPath), "%s/%s", dirPath, d_name);
297 if ((dirp = opendir(dirPath)) == NULL) {
299 MSCleanDirDbg("opendir(%s) returned %d", dirPath, rtn);
425 const char *dirPath,
432 MSIoDbg("stat %s in doesDirectExist", dirPath);
205 cleanDir( const char *dirPath, const char **keepFileNames, unsigned numKeepFileNames) argument
424 doesDirectExist( const char *dirPath, uid_t forUid, mode_t mode, MdsDirectStatus &directStatus) argument
473 createDir( const char *dirPath, uid_t forUid, mode_t dirMode) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Dbuildhelp.tcl110 set dirPath [file dirname $filePath]
111 if [file exists $dirPath] return
112 foreach dir [split $dirPath /] {
/macosx-10.9.5/CF-855.17/
H A DCFFileUtilities.c219 CF_PRIVATE CFMutableArrayRef _CFCreateContentsOfDirectory(CFAllocatorRef alloc, char *dirPath, void *dirSpec, CFURLRef dirURL, CFStringRef matchingAbstractType) { argument
222 CFIndex pathLength = dirPath ? strlen(dirPath) : 0;
250 if (!dirPath) {
259 // Convert dirPath to a wide representation and put it into our pathBuf
261 CFStringRef dirPathStr = CFStringCreateWithCString(kCFAllocatorSystemDefault, dirPath, kCFStringEncodingUTF8);
376 if (!dirPath) {
381 dirPath = (char *)pathBuf;
382 pathLength = strlen(dirPath);
392 DIR *dirp = opendir(dirPath);
[all...]
H A DCFInternal.h540 CF_PRIVATE CFMutableArrayRef _CFCreateContentsOfDirectory(CFAllocatorRef alloc, char *dirPath, void *dirSpec, CFURLRef dirURL, CFStringRef matchingAbstractType);
541 /* On Mac OS 8/9, one of dirSpec, dirPath and dirURL must be non-NULL */
/macosx-10.9.5/dyld-239.4/src/
H A DdyldAPIs.cpp1354 char dirPath[PATH_MAX]; local
1355 if ( strlcpy(dirPath, path, sizeof(dirPath)) < sizeof(dirPath) ) {
1356 dirPath[lastSlash-path] = '\0';
1357 if ( realpath(dirPath, canonicalPath) ) {
1450 char dirPath[PATH_MAX]; local
1451 if ( strlcpy(dirPath, path, sizeof(dirPath)) < sizeof(dirPath) ) {
[all...]
H A Ddyld.cpp1173 static void checkDylibOverridesInDir(const char* dirPath) argument
1175 //dyld::log("checkDylibOverridesInDir('%s')\n", dirPath);
1177 int dirPathLen = strlen(dirPath);
1178 strlcpy(dylibPath, dirPath, PATH_MAX);
1179 DIR* dirp = opendir(dirPath);
1199 static void checkFrameworkOverridesInDir(const char* dirPath) argument
1201 //dyld::log("checkFrameworkOverridesInDir('%s')\n", dirPath);
1203 int dirPathLen = strlen(dirPath);
1204 strlcpy(frameworkPath, dirPath, PATH_MAX);
1205 DIR* dirp = opendir(dirPath);
[all...]
/macosx-10.9.5/kext_tools-326.95.1/
H A Dkernelcache.c965 char dirPath[MAXPATHLEN]; local
974 (UInt8 *)dirPath, sizeof(dirPath)))
979 result = stat(dirPath, &statBuf);
992 result = mkdir(dirPath, 0755);
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dmain.c438 char *dirPath = dirname(inLogPath); local
440 makepath(dirPath);
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Doptions.c1724 char *dirPath = dirname(*argv); local
1726 makepath(dirPath);

Completed in 205 milliseconds