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

1 2 3 4

  /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)
  /system/vold/
VolumeBase.cpp 27 #include <sys/mount.h>
198 status_t VolumeBase::mount() { function in class:android::vold::VolumeBase
200 LOG(WARNING) << getId() << " mount requires state unmounted or unmountable";
  /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...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
AppFuse.java 67 void mount(StorageManager storageManager) throws IOException { method in class:AppFuse
  /external/autotest/client/bin/
partition.py 32 @param mount_options: Optional. The options to pass to mount -o.
59 for line in utils.system_output('mount').splitlines():
70 for line in utils.system_output('mount').splitlines():
180 Picks up mount point information about the machine mounts. By default, we
181 try to associate mount points with UUIDs, because in newer distros the
355 # make and mount all the partitions in parallel
450 self.mount(mountpoint)
455 Executes a test fs-style (umount,mkfs,mount,test)
462 @param mountpoint_func: function to return mount point string
498 Find the mount point of this partition object
654 def mount(self, mountpoint=None, fstype=None, args='', record=True): member in class:partition
    [all...]
  /external/autotest/client/cros/
cryptohome.py 32 """Get the user mount point for the given user."""
37 """Get the system mount point for the given user."""
201 """Mount the given user's vault."""
202 args = [CRYPTOHOME_CMD, '--action=mount', '--user=%s' % user,
210 raise ChromiumOSError('Cryptohome vault not found after mount.')
216 raise ChromiumOSError('Cryptohome created a vault but did not mount.')
220 """Mount the given user's vault."""
225 raise ChromiumOSError('Cryptohome did not mount tmpfs.')
247 """Get information about the active mount at a given mount point.""
437 def mount(self, user, password, create=False, async=True): member in class:CryptohomeProxy
    [all...]
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...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
volume.py 83 mount_point = StringProperty(verbose_name='Mount Point')
255 def mount(self): member in class:Volume
263 # mount directory doesn't exist so create it
267 status = cmd.run('mount -l')
272 # something is already mounted at the mount point
273 # unmount that and mount it as /tmp
276 cmd.run('mount %s /tmp' % t[0])
279 # Mount up our new EBS volume onto mount_point
280 cmd.run("mount %s %s" % (self.device, self.mount_point))
290 self.mount()
    [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js 2731 var mount = node.mounted; variable
    [all...]
corrections.js 2731 var mount = node.mounted; variable
    [all...]
fannkuch.js 2870 var mount = node.mounted; variable
    [all...]
memops.js 2839 var mount = node.mounted; variable
    [all...]
primes.js 2745 var mount = node.mounted; variable
    [all...]
zlib.js 2840 var mount = node.mounted; variable
    [all...]
  /external/v8/test/mjsunit/wasm/embenchen/
copy.js 2734 var mount = node.mounted; variable
    [all...]
corrections.js 2734 var mount = node.mounted; variable
    [all...]
fannkuch.js 2873 var mount = node.mounted; variable
    [all...]
memops.js 2842 var mount = node.mounted; variable
    [all...]
primes.js 2748 var mount = node.mounted; variable
    [all...]
zlib.js 2843 var mount = node.mounted; variable
    [all...]

Completed in 1065 milliseconds

1 2 3 4