Home
last modified time | relevance | path

Searched refs:composite_mod_time (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp176 auto composite_mod_time = FileModificationTime(composite_disk_path_); in WillRebuildCompositeDisk() local
178 if (composite_mod_time == decltype(composite_mod_time)()) { in WillRebuildCompositeDisk()
181 } else if (last_component_mod_time > composite_mod_time) { in WillRebuildCompositeDisk()