Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp41 return FileSize(path) > 0; in FileHasContent()
97 off_t FileSize(const std::string& path) { in FileSize() function
Dfiles.h28 off_t FileSize(const std::string& path);
/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp129 auto access_kregistry_size_bytes = cuttlefish::FileSize(instance.access_kregistry_path()); in StartCommands()
136 auto pstore_size_bytes = cuttlefish::FileSize(instance.pstore_path()); in StartCommands()
Dcrosvm_manager.cpp197 cuttlefish::FileSize(instance.pstore_path())); in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dimage_aggregator.cc140 sparse ? sparse_file_len(sparse, false, true) : cuttlefish::FileSize(file_path); in UnsparsedSize()
373 auto file_size = cuttlefish::FileSize(disk.image_file_path); in AggregateImage()
Ddisk_flags.cc401 if (cuttlefish::FileSize(vbmeta_image) != VBMETA_MAX_SIZE) { in CreateDynamicDiskFiles()
/device/google/cuttlefish/host/libs/config/
Ddata_image.cpp35 auto file_mb = cuttlefish::FileSize(data_image) >> 20; in ResizeImage()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc293 auto sdcard_size = cuttlefish::FileSize(sdcard_path); in PowerwashFiles()