Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc61 off_t partition_file_size = 0; in BpttoolInput() local
63 partition_file_size = sparse_file_len(sparse, /* sparse */ false, in BpttoolInput()
69 partition_file_size = cvd::FileSize(partition.image_file_path); in BpttoolInput()
70 if (partition_file_size == 0) { in BpttoolInput()
77 LOG(INFO) << "size was " << partition_file_size; in BpttoolInput()
78 total_size += partition_file_size; in BpttoolInput()
79 file_sizes.push_back(partition_file_size); in BpttoolInput()