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

/external/autotest/client/cros/
H A Dcros_disks.py594 def mount_dir(self): member in class:VirtualFilesystemImage
/external/autotest/site_utils/
H A Dlxc.py490 should be used, refer to function mount_dir.
608 def mount_dir(self, source, destination, readonly=False): member in class:Container
982 container.mount_dir(source, destination, readonly)
/external/e2fsprogs/misc/
H A Dmke2fs.c109 static char *mount_dir; variable
1723 mount_dir = optarg;
2998 if (mount_dir) {
3001 strncpy(fs->super->s_last_mounted, mount_dir,

Completed in 211 milliseconds