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 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_amd64.go 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_arm.go 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_linux_386.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_amd64.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_arm64.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips64.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mips64le.go 206 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 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_amd64.go 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
zsyscall_plan9_arm.go 150 func mount(fd int, afd int, old string, flag int, aname string) (err error) { func
  /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...]
  /system/vold/
VolumeBase.cpp 27 #include <sys/mount.h>
196 status_t VolumeBase::mount() { function in class:android::vold::VolumeBase
198 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 292 def mount(self, path, filesystem_type=None, options=None): member in class:CrosDisksClient
293 """Invokes the CrosDisks Mount method.
296 path: The device path to mount.
305 self.interface.Mount(path, filesystem_type, options)
311 path: The device or mount path to unmount.
527 mount program for mounting the image.
569 """Removes the mount directory if one has been created."""
599 mount directory has been created.
663 logging.debug('Cleaning up remaining mount points of loop device "%s"',
688 def mount(self, options=None) member in class:VirtualFilesystemImage
    [all...]
cryptohome.py 33 """Get the user mount point for the given user."""
38 """Get the system mount point for the given user."""
202 """Mount the given user's vault."""
203 args = [CRYPTOHOME_CMD, '--action=mount', '--user=%s' % user,
224 raise ChromiumOSError('Cryptohome vault not found after mount.')
227 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
231 """Mount the given user's vault."""
236 raise ChromiumOSError('Cryptohome did not mount tmpfs.')
258 """Get information about the active mount at a given mount point.""
492 def mount(self, user, password, create=False, async=True): member in class:CryptohomeProxy
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/
MockStorageManager.java 353 public void mount(String volId) throws RemoteException { method in class:MockStorageManager

Completed in 5923 milliseconds

1 2 3 4 5