HomeSort by relevance Sort by last modified time
    Searched defs:mount (Results 1 - 25 of 30) sorted by null

1 2

  /bionic/libc/arch-arm/syscalls/
mount.S 5 ENTRY(mount) function
22 END(mount)
  /bionic/libc/arch-arm64/syscalls/
mount.S 5 ENTRY(mount) function
14 END(mount)
  /bionic/libc/arch-mips/syscalls/
mount.S 5 ENTRY(mount) function
19 END(mount)
  /bionic/libc/arch-mips64/syscalls/
mount.S 5 ENTRY(mount) function
25 END(mount)
  /bionic/libc/arch-x86/syscalls/
mount.S 5 ENTRY(mount) function
49 END(mount)
  /bionic/libc/arch-x86_64/syscalls/
mount.S 5 ENTRY(mount) function
16 END(mount)
  /external/u-boot/test/py/tests/
test_ums.py 98 # testing which mount filesystems.
146 def mount(): function in function:test_ums
147 """Mount the block device that U-Boot exports.
157 cmd = ('/bin/mount', host_ums_part_node)
206 mount()
224 mount()
  /development/gsi/gsi_util/gsi_util/mounters/
base_mounter.py 107 in the mount.
176 def mount(self): member in class:BaseMounter
  /external/autotest/client/common_lib/cros/
smbprovider.py 88 def mount(self, mount_path, workgroup, username, password): member in class:SmbProvider
92 @param mount_path: Path of the share to mount.
93 @param workgroup: Workgroup for the mount.
94 @param username: Username for the mount.
95 @param password: Password for the mount.
97 @return A tuple with the ErrorType and the mount id returned the D-Bus
114 return self._smbproviderd.Mount(_proto_to_blob(proto),
123 @param mount_id: Mount ID to be umounted.
142 @param mount_id: Mount ID corresponsding to the share.
171 @param mount_id: Mount ID corresponding to the share
    [all...]
  /external/autotest/client/site_tests/platform_EncryptedStateful/
platform_EncryptedStateful.py 58 utils.system("mount -n -t ext4 -o loop,noatime,commit=600 %s %s" %
73 self.mount_log = os.path.join(self.stateful, 'mount.log')
89 def mount(self, args=""): member in class:EncryptedStateful
94 # Without the pipe to "tee", mount-encrypted's forked resizing
100 utils.system("MOUNT_ENCRYPTED_ROOT=%s mount-encrypted %s 2>&1 "
107 utils.system("MOUNT_ENCRYPTED_ROOT=%s mount-encrypted umount" %
118 # Perform common post-mount size/owner checks on the filesystem and
161 utils.poll_for_condition(lambda: utils.system("pgrep mount-encrypted",
259 # Perform post-mount sanity checks (and handle unfinalized devices).
272 # Mount a fresh encrypted stateful, with factory static key
    [all...]
  /external/autotest/client/bin/
partition.py 34 @param mount_options: Optional. The options to pass to mount -o.
61 for line in utils.system_output('mount').splitlines():
72 for line in utils.system_output('mount').splitlines():
182 Picks up mount point information about the machine mounts. By default, we
183 try to associate mount points with UUIDs, because in newer distros the
357 # make and mount all the partitions in parallel
435 self.mount(mountpoint)
440 Executes a test fs-style (umount,mkfs,mount,test)
447 @param mountpoint_func: function to return mount point string
483 Find the mount point of this partition object
639 def mount(self, mountpoint=None, fstype=None, args='', record=True): member in class:partition
    [all...]
  /external/autotest/client/cros/
cros_disks.py 330 def mount(self, path, filesystem_type=None, options=None): member in class:CrosDisksClient
331 """Invokes the CrosDisks Mount method.
334 path: The device path to mount.
343 self.interface.Mount(path, filesystem_type,
350 path: The device or mount path to unmount.
354 The mount error code.
580 mount program for mounting the image.
623 """Removes the mount directory if one has been created."""
653 mount directory has been created.
724 logging.debug('Cleaning up remaining mount points of loop device "%s"'
756 def mount(self, options=None): member in class:VirtualFilesystemImage
    [all...]
cryptohome.py 38 """Get the user mount point for the given user."""
43 """Get the system mount point for the given user."""
48 """Get the vault mount path used during crypto-migration for the user.
50 @param user: user the temporary mount should be for
292 """Mount the given user's vault. Mounts should be created by calling this
294 Only try to mount existing vaults created with this function.
322 raise ChromiumOSError('Cryptohome vault not found after mount.')
325 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
329 """Mount the guest vault."""
334 raise ChromiumOSError('Cryptohome did not mount guest vault.'
708 def mount(self, user, password, create=False, async=True, key_label='bar'): member in class:CryptohomeProxy
    [all...]
  /external/linux-kselftest/tools/testing/selftests/cgroup/
cgroup_util.c 167 char *fs, *mount, *type; local
178 mount = strtok(NULL, delim);
186 strncpy(root, mount, len);
  /external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
Special_Events.py 22 def mount(self, _object, _attributes={}, **_arguments): member in class:Special_Events_Events
23 """mount: Mounts a Disk Copy image as a disk volume
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zsyscall_linux_386.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm64.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_s390x.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_amd64.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips64.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips64le.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mipsle.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_ppc64.go 312 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]

Completed in 3654 milliseconds

1 2