/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/background/js/ |
volume_manager.js | 9 * flush storage", or "mounted zip archive" etc. 12 * @param {string} mountPath Where the volume is mounted. 90 * Returns the root entry of a volume mounted at mountPath. 92 * @param {string} mountPath The mounted path of the volume. 130 // After file system is mounted, we "read" drive grand root 184 * mounted at mountPath1 should be listed before the one mounted at 203 * The container of the VolumeInfo for each mounted volume. 257 * Removes the VolumeInfo of the volume mounted at mountPath. 259 * mounted [all...] |
background.js | 641 // For mounted devices just focus any Files.app window. The mounted
|
/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/browser/resources/file_manager/foreground/js/ |
navigation_list_model.js | 173 // The volume is mounted or unmounted. 201 // update, the short cut path may be unmounted or newly mounted. So, here 223 // Check if the volume where the shortcutPath is is mounted or not. 343 * Returns if the drive is mounted or not. 344 * @return {boolean} True if the drive is mounted, false otherwise.
|
volume_manager_wrapper.js | 91 // TODO(hidehiko): Filter mounted volumes located on Drive File System. 217 * @return {VolumeInfo} The VolumeInfo instance for the volume mounted at 262 * @param {string} fileUrl The path to the archive file to be mounted.
|
drive_banners.js | 304 // The banner is already shown enough times or the drive FS is not mounted.
|
directory_model.js | 1006 // If the Drive volume is newly mounted, rescan it. [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...] |
/external/chromium_org/chrome/browser/resources/file_manager/common/js/ |
path_util.js | 16 // Root of mounted archive file.
|
/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...] |