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 391 for mount_config in self.mount_configs:
392 if (mount_config.force_create and
393 not os.path.exists(mount_config.source)):
394 utils.run('mkdir -p %s' % mount_config.source)
lxc.py     [all...]

Completed in 1037 milliseconds