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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp2438 int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions)
2441 *imageFound = false;
2447 *imageFound = true;
2452 *imageFound = true;
2457 *imageFound = true;
2472 bool imageFound; local
2478 image = loadPhase5stat(path, context, &stat_buf, &statErrNo, &imageFound, exceptions);
2479 if ( imageFound )
2505 image = loadPhase5stat(path, context, &stat_buf, &statErrNo, &imageFound, exceptions);
2506 if ( imageFound )
2437 loadPhase5stat(const char* path, const LoadContext& context, struct stat* stat_buf, int* statErrNo, bool* imageFound, std::vector<const char*>* exceptions) argument
[all...]

Completed in 393 milliseconds