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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp182 virtual bool inSharableLocation() const { return fShareableLocation; }
240 bool fShareableLocation; member in class:MachOLayout
513 fShareableLocation(false), fDynamicLookupLinkage(false), fMainExecutableLookupLinkage(false), fIsDylib(false),
556 fShareableLocation = ( (strncmp(fDylibID.name, "/usr/lib/", 9) == 0) || (strncmp(fDylibID.name, "/System/Library/", 16) == 0) );

Completed in 62 milliseconds