Home
last modified time | relevance | path

Searched refs:mount_options (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/updater/
Dupdater_runtime.cpp96 const std::string_view fs_type, const std::string_view mount_options) { in Mount() argument
98 std::string mount_options_string(mount_options); in Mount()
Dinstall.cpp295 std::string mount_options; in MountFn() local
298 mount_options = args[4]; in MountFn()
317 if (updater->GetRuntime()->Mount(location, mount_point, fs_type, mount_options) != 0) { in MountFn()
/bootable/recovery/edify/include/edify/
Dupdater_runtime_interface.h45 const std::string_view fs_type, const std::string_view mount_options) = 0;
/bootable/recovery/updater/include/updater/
Dupdater_runtime.h44 const std::string_view fs_type, const std::string_view mount_options) override;
Dsimulator_runtime.h41 const std::string_view fs_type, const std::string_view mount_options) override;