OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPPORT_SNAPSHOT_CLONE
(Results
1 - 4
of
4
) sorted by null
/external/autotest/site_utils/lxc/
constants.py
76
SUPPORT_SNAPSHOT_CLONE
= True
container_factory.py
97
use_snapshot = constants.
SUPPORT_SNAPSHOT_CLONE
and self._snapshot
base_image_unittest.py
99
if constants.
SUPPORT_SNAPSHOT_CLONE
:
utils.py
93
snapshot_arg = '-s' if snapshot and constants.
SUPPORT_SNAPSHOT_CLONE
else ''
Completed in 151 milliseconds