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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A Dupdate_dyld_shared_cache.cpp148 const MachOLayoutAbstraction* getLayout() const { return fLayout; } function in class:ArchGraph::DependencyNode
334 if ( strcmp(aliasPath, pos->second->getLayout()->getID().name) != 0 ) {
335 fAliasesMap[strdup(aliasPath)] = pos->second->getLayout()->getID().name;
345 if ( node->getLayout() == NULL ) {
351 if ( (node->getLayout()->getFileType() == MH_DYLIB) && (strcmp(realPath, node->getLayout()->getID().name) != 0) ) {
352 //fprintf(stderr, "adding %s node alias %s for %s\n", archName(fArchPair), node->getLayout()->getID().name, realPath);
353 pos = fNodes.find(node->getLayout()->getID().name);
358 node->getLayout()->uuid(uuid1);
359 pos->second->getLayout()
[all...]

Completed in 140 milliseconds