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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Ddyld_shared_cache_util.cpp60 const char* dependentsOfPath; member in struct:Options
152 if ( strcmp(options.dependentsOfPath, dylibInfo->path) != 0 )
350 options.dependentsOfPath = NULL;
362 options.dependentsOfPath = argv[++i];
428 if ( (options.mode == modeDependencies) && (options.dependentsOfPath == NULL) ) {
630 if ( (options.mode == modeDependencies) && options.dependentsOfPath && !results.dependentTargetFound) {
631 fprintf(stderr, "Error: could not find '%s' in the shared cache at\n %s\n", options.dependentsOfPath, sharedCachePath);

Completed in 78 milliseconds