Searched refs:modTime (Results 1 – 2 of 2) sorted by relevance
1138 time_t modTime; /* Modification time as an integer */ in Arch_MTime() local1149 modTime = (time_t)strtol(arhPtr->AR_DATE, NULL, 10); in Arch_MTime()1151 modTime = 0; in Arch_MTime()1154 gn->mtime = modTime; in Arch_MTime()1155 return (modTime); in Arch_MTime()
899 uint32_t modTime = 0; in synthesizeDebugNotes() local903 modTime = llvm::sys::toTimeT(stat.getLastModificationTime()); in synthesizeDebugNotes()906 modTime, fullPath)); in synthesizeDebugNotes()