Searched refs:mtime_part (Results 1 – 1 of 1) sorted by relevance
120 uint32_t mtime_part = static_cast<uint32_t>(mtime & 0xffffffff); in RecordDeps() local121 if (fwrite(&mtime_part, 4, 1, file_) < 1) in RecordDeps()123 mtime_part = static_cast<uint32_t>((mtime >> 32) & 0xffffffff); in RecordDeps()124 if (fwrite(&mtime_part, 4, 1, file_) < 1) in RecordDeps()