Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_builder.cpp41 auto partition_mod_time = FileModificationTime(partition.image_file_path); in LastUpdatedInputDisk() local
42 if (partition_mod_time > ret) { in LastUpdatedInputDisk()
43 ret = partition_mod_time; in LastUpdatedInputDisk()