HomeSort by relevance Sort by last modified time
    Searched defs:mount (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_mips64le.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_mipsle.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_ppc64.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_ppc64le.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_s390x.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_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...]
zsyscall_linux_mipsle.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_ppc64.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_ppc64le.go 208 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
zsyscall_linux_s390x.go 206 func mount(source string, target string, fstype string, flags uintptr, data *byte) (err error) { func
    [all...]
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 388 final MenuItem mount = menu.findItem(R.id.storage_mount); local
398 mount.setVisible(false);
405 mount.setVisible(mVolume.getState() == VolumeInfo.STATE_UNMOUNTED);
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 443 * can communicate with the systems mount service.
457 mStorageManager = IStorageManager.Stub.asInterface(ServiceManager.getServiceOrThrow("mount"));
544 * Mount an Opaque Binary Blob (OBB) file. If a <code>key</code> is
553 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
555 * That is, shared UID applications can attempt to mount any other
562 * @return whether the mount call was successfully queued or not
588 * <em>Note:</em> you can only mount OBB files for which the OBB tag on the
855 public void mount(String volId) { method in class:StorageManager
857 mStorageManager.mount(volId);
1456 final AppFuseMount mount = mStorageManager.mountProxyFileDescriptorBridge(); local
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
sgiarcs.h 226 LONG mount; member in struct:linux_romvec

Completed in 930 milliseconds

12 3 4 5 6