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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp279 static PathToNode fgLayoutCache; member in class:UniversalMachOLayout
284 UniversalMachOLayout::PathToNode UniversalMachOLayout::fgLayoutCache; member in class:UniversalMachOLayout
318 PathToNode::iterator pos = fgLayoutCache.find(path);
319 if ( pos != fgLayoutCache.end() )
326 fgLayoutCache[result->fPath] = result;

Completed in 153 milliseconds