• Home
  • Raw
  • Download

Lines Matching refs:updater_runtime

349   auto updater_runtime = state->updater->GetRuntime();  in IsMountedFn()  local
350 if (!updater_runtime->IsMounted(mount_point)) { in IsMountedFn()
429 auto updater_runtime = state->updater->GetRuntime(); in FormatFn() local
438 if (auto status = updater_runtime->RunProgram(mke2fs_args, true); status != 0) { in FormatFn()
443 if (auto status = updater_runtime->RunProgram( in FormatFn()
463 if (auto status = updater_runtime->RunProgram(f2fs_args, true); status != 0) { in FormatFn()
468 if (auto status = updater_runtime->RunProgram( in FormatFn()
545 auto updater_runtime = state->updater->GetRuntime(); in GetPropFn() local
546 std::string value = updater_runtime->GetProperty(key, ""); in GetPropFn()
571 auto updater_runtime = state->updater->GetRuntime(); in FileGetPropFn() local
572 if (!updater_runtime->ReadFileToString(filename, &buffer)) { in FileGetPropFn()
648 auto updater_runtime = state->updater->GetRuntime(); in RunProgramFn() local
649 auto status = updater_runtime->RunProgram(args, false); in RunProgramFn()
667 auto updater_runtime = state->updater->GetRuntime(); in ReadFileFn() local
668 if (updater_runtime->ReadFileToString(filename, &contents)) { in ReadFileFn()
697 auto updater_runtime = state->updater->GetRuntime(); in WriteValueFn() local
698 if (!updater_runtime->WriteStringToFile(value, filename)) { in WriteValueFn()
828 auto updater_runtime = state->updater->GetRuntime(); in WipeBlockDeviceFn() local
829 int status = updater_runtime->WipeBlockDevice(filename, len); in WipeBlockDeviceFn()
854 auto updater_runtime = state->updater->GetRuntime(); in Tune2FsFn() local
855 if (auto result = updater_runtime->Tune2Fs(args); result != 0) { in Tune2FsFn()
871 auto updater_runtime = state->updater->GetRuntime(); in AddSlotSuffixFn() local
872 return StringValue(updater_runtime->AddSlotSuffix(arg)); in AddSlotSuffixFn()