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

/macosx-10.10.1/dyld-353.2.1/launch-cache/
H A DMachOLayout.hpp141 virtual time_t getLastModTime() const = 0;
189 virtual time_t getLastModTime() const { return fMTime; } function in class:MachOLayout
H A Dupdate_dyld_shared_cache.cpp1028 temp.info.modTime = lib->getLastModTime();
2594 else if ( it->layout->getLastModTime() != stat_buf.st_mtime )
2595 throwf("file mtime changed from 0x%lX to 0x%lX during cache creation: %s", it->layout->getLastModTime(), stat_buf.st_mtime, path);

Completed in 103 milliseconds