Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/liblp/
H A Dimages.cpp336 uint64_t file_length; in AddPartitionImage() local
337 if (!GetDescriptorSize(fd, &file_length)) { in AddPartitionImage()
342 if (file_length > partition_size) { in AddPartitionImage()
344 << "' is greater than its size (" << file_length << ", expected " << partition_size in AddPartitionImage()
368 uint64_t remaining = file_length; in AddPartitionImage()