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

  /external/autotest/site_utils/lxc/
config.py 387 for mount_config in self.mount_configs:
388 if (mount_config.force_create and
389 not os.path.exists(mount_config.source)):
390 utils.run('mkdir -p %s' % mount_config.source)
391 self.container.mount_dir(mount_config.source,
392 mount_config.target,
393 mount_config.readonly)
  /external/autotest/client/common_lib/cros/
smbprovider.py 111 proto.mount_config.enable_ntlm = True

Completed in 655 milliseconds