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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp2256 static bool findInSharedCacheImage(const char* path, bool searchByPath, const struct stat* stat_buf, const macho_header** mh, const char** pathInCache, long* slide) argument
2290 *pathInCache = aPath;
2313 *pathInCache = aPath;
2327 const char* pathInCache; local
2329 return findInSharedCacheImage(path, true, NULL, &mhInCache, &pathInCache, &slide);
2540 const char* pathInCache; local
2542 if ( findInSharedCacheImage(path, false, &stat_buf, &mhInCache, &pathInCache, &slideInCache) ) {
2543 image = ImageLoaderMachO::instantiateFromCache(mhInCache, pathInCache, slideInCache, stat_buf, gLinkContext);
2602 const char* pathInCache; local
2604 if ( findInSharedCacheImage(path, true, NULL, &mhInCache, &pathInCache,
2995 const char* pathInCache; local
[all...]

Completed in 65 milliseconds