Home
last modified time | relevance | path

Searched defs:mount_point (Results 1 – 10 of 10) sorted by relevance

/bootable/deprecated-ota/updater/
Dmounts.cpp34 std::string mount_point; member
65 MountedVolume* find_mounted_volume_by_mount_point(const char* mount_point) { in find_mounted_volume_by_mount_point()
75 std::string mount_point = volume->mount_point; in unmount_mounted_volume() local
Dsimulator_runtime.cpp43 int SimulatorRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
60 std::pair<bool, int> SimulatorRuntime::Unmount(const std::string_view mount_point) { in Unmount()
Dupdater_runtime.cpp91 int UpdaterRuntime::Mount(const std::string_view location, const std::string_view mount_point, in Mount()
126 std::pair<bool, int> UpdaterRuntime::Unmount(const std::string_view mount_point) { in Unmount()
Dinstall.cpp300 const std::string& mount_point = args[3]; in MountFn() local
343 const std::string& mount_point = args[0]; in IsMountedFn() local
365 const std::string& mount_point = args[0]; in UnmountFn() local
406 const std::string& mount_point = args[4]; in FormatFn() local
Dtarget_files.cpp88 const auto& mount_point = tokens[1]; in ParseFstab() local
/bootable/deprecated-ota/updater/include/updater/
Dtarget_files.h30 FstabInfo(std::string blockdev_name, std::string mount_point, std::string fs_type) in FstabInfo()
36 std::string mount_point; variable
Dbuild_info.h31 FakeBlockDevice(std::string block_device, std::string mount_point, std::string temp_file_path) in FakeBlockDevice()
37 std::string mount_point; variable
/bootable/recovery/recovery_utils/
Droots.cpp74 Volume* volume_for_mount_point(const std::string& mount_point) { in volume_for_mount_point()
79 int ensure_path_mounted_at(const std::string& path, const std::string& mount_point) { in ensure_path_mounted_at()
/bootable/recovery/tests/unit/
Dfuse_sideload_test.cpp76 TemporaryDir mount_point; in TEST() local
/bootable/recovery/fuse_sideload/
Dfuse_sideload.cpp344 int run_fuse_sideload(std::unique_ptr<FuseDataProvider>&& provider, const char* mount_point) { in run_fuse_sideload()