<div dir="ltr">There are many examples of this, but just to pick one at random, PlatformDarwin::GetSharedModule() has a codepath which calls Host::GetBundleDirectory.  This is probably the correct thing to do if it's the local platform, but it seems to be always the wrong thing to do if this is not the local platform.  Is there something I'm misunderstanding that makes this work?  Shouldn't this kind of thing be behind an IsHost() check?</div>