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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp1216 int dirNameLen = strlen(entp->d_name); local
1217 if ( dirNameLen < 11 )
1219 if ( strcmp(&entp->d_name[dirNameLen-10], ".framework") != 0 )

Completed in 76 milliseconds