Searched refs:mounted (Results 1 – 25 of 57) sorted by relevance
123
/external/chromium_org/chrome/common/extensions/api/ |
D | file_system_provider.idl | 12 // mounted. The ID is used to distinguish multiple file systems mounted
|
D | file_browser_private.idl | 10 // Type of the mounted volume. 167 // The path to the mounted device, archive file or network resource. 170 // Type of the mounted volume. 176 // Flag that specifies if volume is mounted in read-only mode. 193 // Metadata of the mounted volume. 358 // |volumeMetadataList| The list of VolumeMetadata representing mounted volumes. 517 // Unmounts a mounted resource. 521 // Get the list of mounted volumes. 552 // Formats a mounted volume.
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
|
D | init.c | 620 mounted=0; in check_mounted() 624 refresh_command_win ();mounted=1;return; in check_mounted() 632 mounted=1;fclose (fp);return; in check_mounted()
|
D | general_com.c | 160 if (mounted && !AllowMountedRead) { in set_device() 166 if (mounted && AllowMountedRead) { in set_device() 868 if (mounted) { in enable_write()
|
D | README | 129 1. Don't use ext2ed to change a mounted filesystem ! 131 Using ext2ed in read-only mode on a mounted filesystem can be allowed
|
D | main.c | 75 int mounted=0; /* This is set when we find that the filesystem is mounted */ variable
|
D | ext2ed.h | 206 extern int mounted;
|
/external/chromium_org/chrome/installer/mac/ |
D | pkg-dmg | 1141 my($mounted, $rootDevice, $partitionDevice, $partitionMountPoint); 1143 $mounted=0; 1155 $mounted=1; 1207 if($mounted) {
|
/external/chromium_org/chrome/test/pyautolib/ |
D | chromoting_helper.py | 101 mounted = os.path.join('/Volumes', 'Chromoting Host ' + version) 102 subprocess.call('hdiutil detach "' + mounted + '"', shell=True)
|
/external/e2fsprogs/tests/m_large_file/ |
D | expect.1 | 28 Last mounted on: <not available>
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 30 Last mounted on: <not available>
|
/external/e2fsprogs/tests/m_no_opt/ |
D | expect.1 | 29 Last mounted on: <not available>
|
/external/e2fsprogs/tests/m_std/ |
D | expect.1 | 30 Last mounted on: <not available>
|
/external/linux-tools-perf/Documentation/ |
D | perf-stat.txt | 89 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to
|
D | perf-record.txt | 143 in per-cpu mode. The cgroup filesystem must be mounted. All threads belonging to
|
/external/dropbear/ |
D | INSTALL | 70 If your system expects /dev/pts to be mounted (this is a uClibc option),
|
/external/e2fsprogs/tests/m_uninit/ |
D | expect.1 | 30 Last mounted on: <not available>
|
/external/chromium_org/chrome/browser/mac/ |
D | install_from_dmg.mm | 61 // IOHDIXHDDriveOutKernel for disk images mounted "out-of-kernel" or 62 // IOHDIXHDDriveInKernel for disk images mounted "in-kernel." Out-of-kernel is 621 // be able to unmount all mounted filesystems from the disk image, and eject
|
/external/blktrace/ |
D | README | 42 -r Path to mounted debugfs, defaults to /sys/kernel/debug.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 297 when a file system is detected as mounted while doing a read/write 448 is mounted. (Addresses Launchpad bug: #416648) 711 filesystem is already mounted and doesn't need recovery (since the 712 kernel would have run the journal when the filesystem was mounted.) 782 is not mounted). 809 device or filesystem image is mounted, which would cause these 811 used by a pseudo-filesystem was mounted when in fact it was not. 1845 mounted filesystem. 1907 filesystem should be mounted as ext4 or ext4dev, as appropriate. 2455 with running mke2fs on an apparently-mounted or in-use filesystem. [all …]
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 2447 msgid "while determining whether %s is mounted." 2452 msgid "Warning! %s is mounted.\n" 2457 msgid "%s is mounted. " 2471 "\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you " 2500 msgid " has been mounted %u times without being checked" 2673 msgid "Filesystem mounted or opened exclusively by another program?\n" 3035 msgid "%s is mounted; " 3456 msgid "Error while determining whether %s is mounted.\n" 3594 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n" 4338 "unmounted or mounted read-only.\n" [all …]
|
D | zh_CN.po | 2458 msgid "while determining whether %s is mounted." 2463 msgid "Warning! %s is mounted.\n" 2468 msgid "%s is mounted. " 2482 "\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you " 2511 msgid " has been mounted %u times without being checked" 2685 msgid "Filesystem mounted or opened exclusively by another program?\n" 3051 msgid "%s is mounted; " 3476 msgid "Error while determining whether %s is mounted.\n" 3616 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n" 4339 "unmounted or mounted read-only.\n" [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | ext2_err.et.in | 420 "Can't check if filesystem is mounted due to missing mtab file"
|
/external/chromium_org/third_party/sqlite/ |
D | README.chromium | 121 # test run on a locally mounted directory, is the failure of:
|
123