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

/macosx-10.10.1/dyld-353.2.1/src/
H A Ddyld.cpp1242 int dirNameLen = strlen(entp->d_name); local
1243 if ( dirNameLen < 11 )
1245 if ( strcmp(&entp->d_name[dirNameLen-10], ".framework") != 0 )

Completed in 121 milliseconds