Searched defs:rootfs (Results 1 - 1 of 1) sorted by relevance

/external/autotest/site_utils/
H A Dlxc.py146 # Skip all files and folders without rootfs subfolder.
149 'rootfs'))):
410 # Path to the rootfs of the container. This will be initialized when
411 # property rootfs is retrieved.
431 def rootfs(self): member in class:Container
432 """Path to the rootfs of the container.
434 This property returns the path to the rootfs of the container, that is,
436 attribute lxc.rootfs from the config file of the container, e.g.,
437 lxc.rootfs = /usr/local/autotest/containers/t4/rootfs
[all...]

Completed in 3809 milliseconds