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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2556 int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions)
2559 *imageFound = false;
2565 *imageFound = true;
2570 *imageFound = true;
2575 *imageFound = true;
2590 bool imageFound; local
2596 image = loadPhase5stat(path, context, &stat_buf, &statErrNo, &imageFound, exceptions);
2597 if ( imageFound )
2623 image = loadPhase5stat(path, context, &stat_buf, &statErrNo, &imageFound, exceptions);
2624 if ( imageFound )
2555 loadPhase5stat(const char* path, const LoadContext& context, struct stat* stat_buf, int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions) argument
[all...]

Completed in 215 milliseconds