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

1 2 3 4 5

  /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)
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_plan9_386.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_amd64.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_arm.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_linux_386.go 198 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_amd64.go 198 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm.go 198 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm64.go 198 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_plan9_386.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_amd64.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_arm.go 144 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
  /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/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",
250 # Perform post-mount sanity checks (and handle unfinalized devices).
263 # Mount a fresh encrypted stateful, with factory static key
    [all...]
  /external/devlib/devlib/module/
cgroups.py 54 def mount(self, target, mount_root): member in class:Controller
58 # Identify mount point if controller is already in use
65 # Mount the controller if not already in use
69 target.execute('mount -t cgroup -o {} {} {}'\
76 output = target.execute('mount | grep "{} "'.format(self.mount_name))
325 # Set Devlib's CGroups mount point
351 controller.mount(self.target, self.cgroup_root)
353 message = 'Failed to mount "{}" controller'
  /system/vold/model/
VolumeBase.cpp 26 #include <sys/mount.h>
205 status_t VolumeBase::mount() { function in class:android::vold::VolumeBase
207 LOG(WARNING) << getId() << " mount requires state unmounted or unmountable";
  /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 332 def mount(self, path, filesystem_type=None, options=None): member in class:CrosDisksClient
333 """Invokes the CrosDisks Mount method.
336 path: The device path to mount.
345 self.interface.Mount(path, filesystem_type,
352 path: The device or mount path to unmount.
568 mount program for mounting the image.
611 """Removes the mount directory if one has been created."""
641 mount directory has been created.
712 logging.debug('Cleaning up remaining mount points of loop device "%s"',
744 def mount(self, options=None) member in class:VirtualFilesystemImage
    [all...]
cryptohome.py 35 """Get the user mount point for the given user."""
40 """Get the system mount point for the given user."""
45 """Get the vault mount path used during crypto-migration for the user.
47 @param user: user the temporary mount should be for
284 """Mount the given user's vault. Mounts should be created by calling this
286 Only try to mount existing vaults created with this function.
310 raise ChromiumOSError('Cryptohome vault not found after mount.')
313 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
317 """Mount the guest vault."""
322 raise ChromiumOSError('Cryptohome did not mount guest vault.'
659 def mount(self, user, password, create=False, async=True): member in class:CryptohomeProxy
    [all...]
  /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
  /system/vold/
VoldNativeService.cpp 313 binder::Status VoldNativeService::mount(const std::string& volId, int32_t mountFlags, function in class:android::vold::VoldNativeService
327 int res = vol->mount();

Completed in 665 milliseconds

1 2 3 4 5