Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Ddynamic_partitions.cpp71 auto updater_runtime = state->updater->GetRuntime(); in UnmapPartitionFn()
82 auto updater_runtime = state->updater->GetRuntime(); in MapPartitionFn()
123 auto updater_runtime = state->updater->GetRuntime(); in UpdateDynamicPartitionsFn()
Dinstall.cpp317 if (updater->GetRuntime()->Mount(location, mount_point, fs_type, mount_options) != 0) { in MountFn()
343 auto updater_runtime = state->updater->GetRuntime(); in IsMountedFn()
366 auto [mounted, result] = updater->GetRuntime()->Unmount(mount_point); in UnmountFn()
423 auto updater_runtime = state->updater->GetRuntime(); in FormatFn()
539 auto updater_runtime = state->updater->GetRuntime(); in GetPropFn()
565 auto updater_runtime = state->updater->GetRuntime(); in FileGetPropFn()
642 auto updater_runtime = state->updater->GetRuntime(); in RunProgramFn()
661 auto updater_runtime = state->updater->GetRuntime(); in ReadFileFn()
691 auto updater_runtime = state->updater->GetRuntime(); in WriteValueFn()
822 auto updater_runtime = state->updater->GetRuntime(); in WipeBlockDeviceFn()
[all …]
/bootable/recovery/edify/include/edify/
Dupdater_interface.h43 virtual UpdaterRuntimeInterface* GetRuntime() const = 0;
/bootable/recovery/updater/include/updater/
Dupdater.h56 UpdaterRuntimeInterface* GetRuntime() const override { in GetRuntime() function