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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2337 const char* loadedImageInstallPath = image->getInstallPath(); local
2338 if ( image->isDylib() && (loadedImageInstallPath != NULL) && (loadedImageInstallPath[0] == '/') ) {
2343 if ( strcmp(loadedImageInstallPath, installPath) == 0 ) {

Completed in 74 milliseconds