HomeSort by relevance Sort by last modified time
    Searched refs:mounted (Results 1 - 20 of 20) 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
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 8 * VolumeManager is responsible for tracking list of mounted volumes.
16 * archive is mounted, but only for mounts from within this filebrowser tab.
98 MOUNTED: 'mounted'
169 * @return {boolean} True if mounted.
196 console.error('Drive is not expected initially mounted');
231 * Event handler called when some volume was mounted or unmouted.
262 console.warn('Mounted volume without a request: ', mountPath);
290 this.setDriveStatus_(success ? VolumeManager.DriveStatus.MOUNTED :
304 * We want to change state to MOUNTED (likely from MOUNTING) when th
    [all...]
background.js 417 // For mounted devices just focus any Files.app window. The mounted
directory_model.js     [all...]
drive_banners.js 328 // The banner is already shown enough times or the drive FS is not mounted.
file_manager.js     [all...]
  /external/chromium_org/chrome/test/pyautolib/
chromoting_helper.py 101 mounted = os.path.join('/Volumes', 'Chromoting Host ' + version)
102 subprocess.call('hdiutil detach "' + mounted + '"', shell=True)
  /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/chromium_org/chrome/installer/mac/
pkg-dmg 150 the disk image is mounted. English is the only supported language. To
180 the image is mounted, if IDME processing is enabled on the system, the
219 to open when the volume is mounted. See L<bless(8)>.
325 # the likelihood that someone will notice a mounted image and
351 # at volume mount time, so those images are mounted and
370 # mounted and a new image made from the device associated
    [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 385 void updateExternalMediaStatus(boolean mounted, boolean reportStatus);
  /frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
ExternalStorageProvider.java 120 final boolean mounted = Environment.MEDIA_MOUNTED.equals(volume.getState())
122 if (!mounted) continue;
  /frameworks/base/services/java/com/android/server/
MountService.java 124 /** Maximum number of ASEC containers allowed to be mounted. */
136 public static final int Mounted = 4;
221 * Private hash of currently mounted secure containers.
239 * Mounted OBB tracking information. Used to track the current state of all
554 // Push mounted state for all emulated storage
687 * remove those from the list of mounted OBBS.
745 } else if (st == VolumeState.Mounted) {
747 Slog.i(TAG, "Media already mounted on daemon connection");
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
PackageManagerService.java     [all...]
  /ndk/build/core/
init.mk 401 # 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 5282 milliseconds