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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp127 virtual uint32_t getFileType() const = 0;
175 virtual uint32_t getFileType() const { return fFileType; } function in class:MachOLayout
H A Dupdate_dyld_shared_cache.cpp253 if ( layout->getFileType() == MH_EXECUTE )
257 if ( layout->getFileType() == MH_DYLIB )
351 if ( (node->getLayout()->getFileType() == MH_DYLIB) && (strcmp(realPath, node->getLayout()->getID().name) != 0) ) {
452 if ( fLayout->getFileType() == MH_EXECUTE ) {

Completed in 238 milliseconds