/external/bluetooth/glib/po/ |
bn_IN.po | [all...] |
ja.po | [all...] |
mk.po | [all...] |
ml.po | [all...] |
ta.po | [all...] |
ko.po | [all...] |
/external/e2fsprogs/misc/ |
chattr.1.in | 62 the `dirsync' mount option applied to a subset of the files. 100 the `sync' mount option applied to a subset of the files.
|
/external/e2fsprogs/tests/m_std/ |
expect.1 | 33 Default mount options: (none) 50 Mount count: 0
|
/external/genext2fs/ |
genext2fs.8 | 25 as a normal (non-root) user. It does not require you to mount 111 as a new ext2 filesystem image. You can then mount the floppy as
|
/external/grub/util/ |
grub-image | 89 # Attempt to mount the image. 109 mount /dev/loop$i $bootdir
|
grub-image.in | 89 # Attempt to mount the image. 109 mount /dev/loop$i $bootdir
|
/packages/apps/Settings/src/com/android/settings/ |
MediaFormat.java | 59 * and invoke the Mount Service to format the SD card. 68 IMountService.Stub.asInterface(ServiceManager.getService("mount"));
|
/system/vold/ |
Process.cpp | 174 * Hunt down processes that have files open at the given mount point. 179 // hunt down and kill processes that have files open on the given mount point
|
CommandListener.cpp | 131 } else if (!strcmp(argv[1], "mount")) { 133 cli->sendMsg(ResponseCode::CommandSyntaxError, "Usage: volume mount <path>", false); 346 } else if (!strcmp(argv[1], "mount")) { 350 "Usage: asec mount <namespace-id> <key> <ownerUid>", false);
|
/external/bluetooth/glib/gio/ |
gioenums.h | 181 * Flags used when mounting a mount. 192 * file operations on the mount. 194 * Flags used when an unmounting a mount. 228 * @G_FILE_MONITOR_WATCH_MOUNTS: Watch for mount events. 428 * @G_MOUNT_OPERATION_ABORTED: The user requested the mount operation
|
/build/tools/releasetools/ |
edify_generator.py | 133 def Mount(self, kind, what, path): 134 """Mount the given 'what' at the given path. 'what' should be a 137 self.script.append('mount("%s", "%s", "%s");' % (kind, what, path))
|
/external/e2fsprogs/debian/ |
control | 131 mount to quickly and easily find block devices by filesystem UUID and 143 mount to quickly and easily find block devices by filesystem UUID and 157 mount to quickly and easily find block devices by filesystem UUID and
|
/frameworks/base/core/java/android/os/ |
Environment.java | 284 * and mounted at its mount point with read/write access. 290 * and mounted at its mount point with read only access. 324 .getService("mount"));
|
/frameworks/base/services/java/com/android/server/ |
MountService.java | 315 Slog.e(TAG, String.format("Boot-time mount failed (%d)", rc)); 334 Slog.e(TAG, "Boot-time mount exception", ex); 534 Slog.w(TAG, String.format("Insertion mount failed (%d)", rc)); 537 Slog.w(TAG, "Failed to mount media on insertion", ex); 674 mConnector.doCommand(String.format("volume mount %s", path)); 677 * Mount failed for some reason 683 * Attempt to mount but no media inserted [all...] |
/device/htc/passion/ |
init.mahimahi.rc | 5 mount debugfs /sys/kernel/debug /sys/kernel/debug
|
/external/grub/stage2/ |
freebsd.h | 29 #define RB_RDONLY 0x80 /* mount root fs read-only */
|
/external/kernel-headers/original/linux/ |
auto_fs.h | 55 #define autofs_ptype_missing 0 /* Missing entry (mount request) */
|
/frameworks/base/core/java/com/android/internal/app/ |
ExternalMediaFormatActivity.java | 102 .getService("mount"));
|
/bootable/recovery/updater/ |
install.c | 23 #include <sys/mount.h> 39 // mount(type, location, mount_point) 41 // what: type="MTD" location="<partition>" to mount a yaffs2 filesystem 42 // type="vfat" location="/dev/block/<whatever>" to mount a device 81 fprintf(stderr, "mtd mount of %s failed: %s\n", 88 if (mount(location, mount_point, type, 90 fprintf(stderr, "%s: failed to mount %s at %s: %s\n", 1007 RegisterFunction("mount", MountFn);
|
/external/qemu/ |
osdep.c | 75 #include <sys/mount.h> 125 "mount -o remount,size=%dm /dev/shm\n",
|