HomeSort by relevance Sort by last modified time
    Searched refs:BindMount (Results 1 - 5 of 5) sorted by null

  /external/autotest/site_utils/lxc/
zygote.py 202 self.mounts.append(lxc_utils.BindMount.create(
209 lxc_utils.BindMount.create(source, self.host_path, destination))
263 self.mounts.append(lxc_utils.BindMount.from_existing(
267 self.mounts.append(lxc_utils.BindMount.from_existing(
utils.py 101 class BindMount(object):
158 """Creates a BindMount for an existing mount point.
  /system/vold/
Utils.h 57 status_t BindMount(const std::string& source, const std::string& target);
Utils.cpp 187 status_t BindMount(const std::string& source, const std::string& target) {
  /system/vold/model/
PublicVolume.cpp 83 BindMount(securePath, kAsecPath);

Completed in 137 milliseconds