HomeSort by relevance Sort by last modified time
    Searched refs:mounted (Results 1 - 12 of 12) sorted by null

  /system/extras/tests/fstest/
mounts-test.sh 8 echo FAILURE: /sdcard is not mounted
17 echo FAILURE: /sdcard is not mounted $i
  /packages/apps/Settings/src/com/android/settings/applications/
ApplicationsState.java 97 boolean mounted; field in class:ApplicationsState.AppEntry
128 if (this.label == null || !this.mounted) {
130 this.mounted = false;
133 this.mounted = true;
146 this.mounted = false;
150 } else if (!this.mounted) {
151 // If the app wasn't mounted but is now mounted, reload
154 this.mounted = true;
    [all...]
  /external/e2fsprogs/ext2ed/
general_com.c 160 if (mounted && !AllowMountedRead) {
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
166 if (mounted && AllowMountedRead) {
167 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
868 if (mounted) {
869 wprintw (command_win,"Error - Filesystem is mounted\n");
init.c 620 mounted=0;
623 wprintw (command_win,"Error - Failed to open /etc/mtab. Assuming filesystem is mounted.\n");
624 refresh_command_win ();mounted=1;return;
632 mounted=1;fclose (fp);return;
ext2ed.h 206 extern int mounted;
main.c 61 int AllowMountedRead=0; /* Behavior when trying to open a mounted filesystem read-only */
75 int mounted=0; /* This is set when we find that the filesystem is mounted */ variable
  /frameworks/base/core/java/android/content/pm/
IPackageManager.aidl 367 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java 122 /** Maximum number of ASEC containers allowed to be mounted. */
134 public static final int Mounted = 4;
215 * Private hash of currently mounted secure containers.
233 * Mounted OBB tracking information. Used to track the current state of all
549 // Push mounted state for all emulated storage
681 * remove those from the list of mounted OBBS.
739 } else if (st == VolumeState.Mounted) {
741 Slog.i(TAG, "Media already mounted on daemon connection");
    [all...]
  /ndk/build/core/
init.mk 389 # except that the actual definition is built from the list of mounted
  /external/blktrace/doc/
blktrace.tex 110 the mount point set up -- mounted on the directory /sys/kernel/debug.
343 a file created in the mounted directory for the debugfs, which defaults
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js     [all...]

Completed in 620 milliseconds