Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dminadbd_services_test.cpp50 SetSideloadMountPoint(mount_point_.path); in SetUp()
52 package_path_ = std::string(mount_point_.path) + "/" + FUSE_SIDELOAD_HOST_FILENAME; in SetUp()
53 exit_flag_ = std::string(mount_point_.path) + "/" + FUSE_SIDELOAD_HOST_EXIT_FLAG; in SetUp()
60 umount(mount_point_.path); in TearDown()
118 TemporaryDir mount_point_; member in MinadbdServicesTest