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

/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DSandboxExtensionMac.mm206 CString resolvedPath = CString::newUninitialized(resolvedPathLength, resolvedPathBuffer);
210 return resolvedPath;
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachO.cpp1042 char resolvedPath[PATH_MAX]; local
1043 if ( realpath(this->getPath(), resolvedPath) != NULL ) {
1044 char newRealPath[strlen(resolvedPath) + strlen(path)];
1045 strcpy(newRealPath, resolvedPath);
1059 char resolvedPath[PATH_MAX]; local
1060 if ( realpath(context.mainExecutable->getPath(), resolvedPath) != NULL ) {
1061 char newRealPath[strlen(resolvedPath) + strlen(path)];
1062 strcpy(newRealPath, resolvedPath);
H A Ddyld.cpp1146 char resolvedPath[PATH_MAX]; local
1147 if ( realpath(dylibFile, resolvedPath) != NULL )
1148 it->override = strdup(resolvedPath);
1159 char resolvedPath[PATH_MAX]; local
1160 if ( realpath(dylibFile, resolvedPath) != NULL )
1161 entry.override = strdup(resolvedPath);
2630 char resolvedPath[PATH_MAX]; local
2631 if ( realpath(sExecPath, resolvedPath) != NULL ) {
2632 char newRealPath[strlen(resolvedPath) + strlen(path)];
2633 strcpy(newRealPath, resolvedPath);
2661 char resolvedPath[PATH_MAX]; local
[all...]

Completed in 100 milliseconds