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

  /external/autotest/client/site_tests/security_NosymfollowMountOption/
security_NosymfollowMountOption.py 59 def mount_and_test_with_string(self, mount_options, restrict_symlinks):
65 @param mount_options: Mount options string.
77 mount_options,
90 for arg in mount_options.split(','):
  /external/autotest/client/site_tests/platform_CrosDisksRename/
platform_CrosDisksRename.py 28 mount_options = config.get('mount_options')
50 mount_options)
  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 182 bool test_unpriv_remount(const char *fstype, const char *mount_options,
216 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) {
219 mount_options? mount_options : "",
  /external/autotest/client/bin/
partition.py 24 __slots__ = ('fstype', 'mkfs_flags', 'mount_options', 'fs_tag')
26 def __init__(self, fstype, fs_tag, mkfs_flags=None, mount_options=None):
34 @param mount_options: Optional. The options to pass to mount -o.
42 self.mount_options = mount_options or ""
47 'mount_options=%r, fs_tag=%r)' %
49 self.mount_options, self.fs_tag))
390 self.mount_options = None
410 self.mount_options = fs_options.mount_options
    [all...]
partition_unittest.py 24 self.assertEqual('mount opts', obj.mount_options)
  /bootable/recovery/updater/
install.cpp 278 // mount(fs_type, partition_type, location, mount_point, mount_options)
295 std::string mount_options; local
298 mount_options = args[4];
333 MS_NOATIME | MS_NODEV | MS_NODIRATIME, mount_options.c_str()) < 0) {
    [all...]

Completed in 231 milliseconds