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.cpp323 if (updater->GetRuntime()->Mount(location, mount_point, fs_type, mount_options) != 0) { in MountFn()
349 auto updater_runtime = state->updater->GetRuntime(); in IsMountedFn()
372 auto [mounted, result] = updater->GetRuntime()->Unmount(mount_point); in UnmountFn()
429 auto updater_runtime = state->updater->GetRuntime(); in FormatFn()
545 auto updater_runtime = state->updater->GetRuntime(); in GetPropFn()
571 auto updater_runtime = state->updater->GetRuntime(); in FileGetPropFn()
648 auto updater_runtime = state->updater->GetRuntime(); in RunProgramFn()
667 auto updater_runtime = state->updater->GetRuntime(); in ReadFileFn()
697 auto updater_runtime = state->updater->GetRuntime(); in WriteValueFn()
828 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