Home | History | Annotate | Download | only in installd

Lines Matching refs:modified

143                         item->modified = std::max(item->modified, p->fts_statp->st_mtime);
150 // Bubble up modified time to parent
161 parent->modified = std::max(parent->modified, item->modified);
183 if (left->modified != right->modified) {
184 return (left->modified > right->modified);