HomeSort by relevance Sort by last modified time
    Searched full:mounted (Results 101 - 125 of 557) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
Environment.java 137 * Always present and mounted read-only.
150 * if any. If present, the partition is mounted read-only.
280 * currently be accessible if it has been mounted by the user on their
290 * is distinct from the protected internal storage and can be mounted as a
558 * Storage state if the media is present but not mounted.
580 * Storage state if the media is present and mounted at its mount point with
585 public static final String MEDIA_MOUNTED = "mounted";
588 * Storage state if the media is present and mounted at its mount point with
596 * Storage state if the media is present not mounted, and shared via USB
611 * Storage state if the media is present but cannot be mounted. Typicall
    [all...]
  /frameworks/base/core/java/android/os/storage/
StorageManager.java 58 * OBBs contain a filesystem that maybe be encrypted on disk and mounted
397 * The OBB will remain mounted for as long as the StorageManager reference
467 * Check whether an Opaque Binary Blob (OBB) is mounted or not.
470 * @return true if OBB is mounted; false if not mounted or on error
478 Log.e(TAG, "Failed to check if OBB is mounted", e);
485 * Check the mounted path of an Opaque Binary Blob (OBB) file. This will
490 * @return absolute path to mounted OBB image data or <code>null</code> if
491 * not mounted or exception encountered trying to read status
499 Log.e(TAG, "Failed to find mounted path for OBB", e)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 80 assertTrue("Media should be mounted", isMediaMounted());
89 assertTrue("Media should be mounted", isMediaMounted());
97 assertTrue("Media should be mounted", isMediaMounted());
106 assertTrue("Media should be mounted", isMediaMounted());
114 assertTrue("Media should be mounted", isMediaMounted());
122 assertTrue("Media should be mounted", isMediaMounted());
  /external/e2fsprogs/misc/
badblocks.8.in 107 test on a device which is mounted, since either can cause the system to
108 potentially crash and/or damage the filesystem even if it is mounted
116 really isn't mounted.
chattr.1.in 116 mounted with the "data=ordered" or "data=writeback" options. When the
117 filesystem is mounted with the "data=journal" option all file data
174 The `j' option is only useful if the filesystem is mounted as ext3.
dumpe2fs.8.in 27 When used with a mounted filesystem, the printed
e4defrag.8.in 24 is a regular file, a directory, or a device that is mounted as ext4 filesystem.
ext4.5.in 19 mounted using the ext4 file system driver, and indeed in many modern
190 protect the filesystem from being multiply mounted and is useful in
198 @QUOTA_MAN_COMMENT@automatically when the filesystem is mounted.
215 resized while the file system is mounted. The online resize operation
mke2fs.8.in 92 .I last-mounted-directory
262 first mounted. If the option value is omitted, it defaults to 1 to
284 mounted using experimental kernel code, such as the ext4dev filesystem.
316 or is mounted (a truly dangerous thing to do), this option must be
479 .BI \-M " last-mounted-directory"
480 Set the last mounted directory for the filesystem. This might be useful
481 for the sake of utilities that key off of the last mounted directory to
482 determine where the filesystem should be mounted.
  /external/e2fsprogs/resize/
online.c 78 printf(_("Filesystem at %s is mounted on %s; "
198 * mounted filesystem means it is impossible to accomodate the
289 printf(_("Filesystem at %s is mounted on %s, and on-line resizing is "
  /external/e2fsprogs/tests/m_dasd_bs/
expect.1 29 Last mounted on: <not available>
  /external/e2fsprogs/tests/m_large_file/
expect.1 27 Last mounted on: <not available>
  /external/e2fsprogs/tests/m_mmp/
expect.1 30 Last mounted on: <not available>
  /external/e2fsprogs/tests/m_root_owner/
expect.1 28 Last mounted on: <not available>
  /external/libselinux/
README.android 26 is mounted and use fixed paths, not dependent on /etc/selinux/config,
  /external/linux-tools-perf/src/tools/perf/tests/
open-syscall-all-cpus.c 31 pr_debug("is debugfs mounted on /sys/kernel/debug?\n");
  /external/openssh/contrib/hpux/
egd.rc 35 # file systems typically not mounted until run state 2 include /var
sshd.rc 33 # file systems typically not mounted until run state 2 include /var
  /frameworks/av/include/camera/
CameraBase.h 40 * back-facing camera sensor is mounted in landscape. You are looking at
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerReceiver.java 62 // scan whenever any volume is mounted
  /system/extras/tests/sdcard/
profile_sdcard.sh 59 echo "Make sure debugfs is mounted on the device."
  /docs/source.android.com/src/devices/storage/
config-example.jd 29 <p>The raw physical device must first be mounted under
100 <p>The raw physical device must first be mounted under
  /external/squashfs-tools/RELEASE-READMEs/
README-2.1 34 filesystems mounted on hard disk.
51 filesystems mounted on hard disk.
  /external/toybox/lib/
getmountlist.c 134 // Get list of mounted filesystems, including stat and statvfs info.
155 // Collect details about mounted filesystem
  /external/toybox/toys/posix/
df.c 16 each filesystem listed on the command line, or all currently mounted
89 xprintf("Filesystem%8s-blocks\tUsed Available %s Mounted on\n",

Completed in 411 milliseconds

1 2 3 45 6 7 8 91011>>