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

  /build/soong/ui/build/
sandbox_linux.go 64 // Goma is incompatible with PID namespaces and Mount namespaces. b/122767582
134 // Mount /proc read-write, necessary to run a nested nsjail or minijail0
  /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/cros/
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...]
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...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
syscall_dragonfly.go 355 // Mount
syscall_darwin.go 514 // Mount
syscall_freebsd.go 587 // Mount
syscall_linux.go     [all...]
  /build/make/tools/releasetools/
ota_from_target_files 119 not mount the OEM partition in the updater-script. This should be very
432 script.Mount("/oem", recovery_mount_options)
    [all...]
ota_from_target_files.py 119 not mount the OEM partition in the updater-script. This should be very
432 script.Mount("/oem", recovery_mount_options)
    [all...]
test_ota_from_target_files.py 87 def Mount(self, *args):
88 self.script.append(('Mount',) + args)
278 self.assertEqual([('Mount', '/oem', None)], script_writer.script)
    [all...]
  /external/u-boot/doc/
README.x86 812 * Starting Mount filesystems on boot [ OK ]
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 387 milliseconds