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 96 boolean mounted; field in class:ApplicationsState.AppEntry
127 if (this.label == null || !this.mounted) {
129 this.mounted = false;
132 this.mounted = true;
145 this.mounted = false;
149 } else if (!this.mounted) {
150 // If the app wasn't mounted but is now mounted, reload
153 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 349 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /gdk/build/core/
init.mk 200 # except that the actual definition is built from the list of mounted
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /ndk/build/core/
init.mk 313 # 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 2080 milliseconds