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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2676 const char* trailingPath = (strncmp(path, "@rpath/", 7) == 0) ? &path[7] : path; local
2682 char newPath[strlen(anRPath) + strlen(trailingPath)+2];
2685 strcat(newPath, trailingPath);
2701 image = loadPhase2(trailingPath, orgPath, context, NULL, sEnv.LD_LIBRARY_PATH, exceptions);
2707 if ( (exceptions != NULL) && (trailingPath != path) )

Completed in 95 milliseconds