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

/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DSandboxExtensionMac.mm203 CString resolvedPath = CString::newUninitialized(resolvedPathLength, resolvedPathBuffer);
207 return resolvedPath;
/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1172 char resolvedPath[PATH_MAX]; local
1173 if ( realpath(dylibFile, resolvedPath) != NULL )
1174 it->override = strdup(resolvedPath);
1185 char resolvedPath[PATH_MAX]; local
1186 if ( realpath(dylibFile, resolvedPath) != NULL )
1187 entry.override = strdup(resolvedPath);
2748 char resolvedPath[PATH_MAX]; local
2749 if ( realpath(sExecPath, resolvedPath) != NULL ) {
2750 char newRealPath[strlen(resolvedPath) + strlen(path)];
2751 strcpy(newRealPath, resolvedPath);
2779 char resolvedPath[PATH_MAX]; local
2987 char resolvedPath[PATH_MAX]; local
[all...]
H A DImageLoaderMachO.cpp1084 char resolvedPath[PATH_MAX]; local
1085 if ( realpath(this->getPath(), resolvedPath) != NULL ) {
1086 char newRealPath[strlen(resolvedPath) + strlen(path)];
1087 strcpy(newRealPath, resolvedPath);
1100 char resolvedPath[PATH_MAX]; local
1101 if ( realpath(context.mainExecutable->getPath(), resolvedPath) != NULL ) {
1102 char newRealPath[strlen(resolvedPath) + strlen(path)];
1103 strcpy(newRealPath, resolvedPath);

Completed in 160 milliseconds