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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp342 const char* sharedCachePath = default_shared_cache_path(); local
408 sharedCachePath = opt;
436 if ( ::stat(sharedCachePath, &statbuf) == -1 ) {
437 fprintf(stderr, "Error: stat() failed for dyld shared cache at %s, errno=%d\n", sharedCachePath, errno);
441 int cache_fd = ::open(sharedCachePath, O_RDONLY);
443 fprintf(stderr, "Error: open() failed for shared cache file at %s, errno=%d\n", sharedCachePath, errno);
448 fprintf(stderr, "Error: mmap() for shared cache at %s failed, errno=%d\n", sharedCachePath, errno);
631 fprintf(stderr, "Error: could not find '%s' in the shared cache at\n %s\n", options.dependentsOfPath, sharedCachePath);

Completed in 83 milliseconds