Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_image_utils.cc315 if (FileSize(tmp_boot_image_path) <= FileSize(boot_image_path)) { in RepackBootImage()
316 CF_EXPECT(avb.AddHashFooter(tmp_boot_image_path, "boot", FileSize(boot_image_path))); in RepackBootImage()
393 FileSize(vendor_boot_image_path)); in RepackVendorBootImage()
Dvendor_dlkm_utils.cc533 if (FileSize(file1) != FileSize(file2)) { in FileEquals()
540 auto bytes_remain = FileSize(file1); in FileEquals()
Ddisk_flags.cc631 FileSize(instance.metadata_image()) == instance.blank_metadata_image_mb() in InitializeMetadataImage()
683 auto boot_size_mb = FileSize(instance.bootloader()) / (1 << 20); in InitializePflash()
/device/google/cuttlefish/host/commands/mkenvimage_slim/
Dmkenvimage_slim.cc66 memcpy(env_ptr, env_readout.c_str(), FileSize(FLAGS_input_path)); in MkenvimageSlimMain()
/device/google/cuttlefish/common/libs/utils/
Dfiles.h52 off_t FileSize(const std::string& path);
Dfiles.cpp147 return FileSize(path) > 0; in FileHasContent()
397 off_t FileSize(const std::string& path) { in FileSize() function
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp331 access_kregistry_size_bytes = FileSize(instance.access_kregistry_path()); in StartCommands()
341 hwcomposer_pmem_size_bytes = FileSize(instance.hwcomposer_pmem_path()); in StartCommands()
351 pstore_size_bytes = FileSize(instance.pstore_path()); in StartCommands()
Dcrosvm_manager.cpp726 ",size=", FileSize(instance.pstore_path())); in StartCommands()
/device/google/cuttlefish/host/libs/avb/
Davb.cpp159 const auto vbmeta_size = FileSize(path); in EnforceVbMetaSize()
/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc167 std::uint64_t file_size = FileSize(file_path); in ExpandedStorageSize()
504 auto file_size = FileSize(disk.image_file_path); in AggregateImage()
/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp64 auto file_mb = FileSize(data_image) >> 20; in ResizeImage()
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp362 auto sdcard_size = FileSize(sdcard_path); in PowerwashFiles()