/system/vold/ |
Fat.cpp | 67 SLOGI("Filesystem check completed OK"); 71 SLOGE("Filesystem check failed (not a FAT filesystem)"); 77 SLOGW("Filesystem modified - rechecking (pass %d)", 86 SLOGE("Filesystem check failed (unknown exit code %d)", rc); 128 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath); 180 SLOGI("Filesystem formatted OK");
|
/external/e2fsprogs/ext2ed/ |
ext2_com.c | 8 Extended-2 filesystem General commands 11 The commands here will be registered when we are editing an ext2 filesystem 65 /* Note the various dispatches below - They should be intuitive if you know the ext2 filesystem structure */
|
README | 1 ext2ed - The extended-2 filesystem editor, version e2fsprogs 43 ext2ed - The extended-2 filesystem editor, version 0.2 46 This is version 0.2 of ext2ed - The extended-2 filesystem editor. 70 2. Technical overview of the ext2 filesystem. 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 143 4. Use the 'setdevice' command to open an ext2 filesystem. 146 5. If the filesystem is an ext2 filesystem and ext2ed fails to 149 6. The filesystem will always be opened in read-only mode. Feel free t [all...] |
/external/kernel-headers/original/linux/ |
ncp_mount.h | 29 __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */ 51 unsigned long mounted_uid; /* Who may umount() this filesystem? */ 77 __kernel_uid32_t mounted_uid; /* Who may umount() this filesystem? */
|
/frameworks/base/core/java/android/net/ |
LocalServerSocket.java | 24 * on the Android platform, this is created in the Linux non-filesystem 28 * the filesystem 40 * abstract namespace (instead of on the filesystem).
|
LocalSocketAddress.java | 24 * abstract (non-filesystem) UNIX domain namespace. 41 * A socket named with a normal filesystem path. 43 FILESYSTEM(2);
|
/external/e2fsprogs/doc/ |
libblkid.txt | 22 TYPE filesystem type 23 UUID filesystem uuid 24 LABEL filesystem label 52 for a particular device. This can be used to determine the filesystem
|
/external/e2fsprogs/tests/f_badroot/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_illibitmap/ |
expect.1 | 10 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_mke2fs2b/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/bootable/recovery/ |
roots.c | 36 const char *filesystem; member in struct:__anon592 111 return info != NULL && info->filesystem == g_package_file; 119 if (info == NULL || info->filesystem != g_package_file) { 240 info->filesystem, 0); 244 info->filesystem == NULL || 245 info->filesystem == g_raw || 246 info->filesystem == g_package_file) { 251 if (mount(info->device, info->mount_point, info->filesystem, 256 } else if (mount(info->device2, info->mount_point, info->filesystem, 351 if (info->filesystem == g_raw || !strcmp(info->filesystem, "yaffs2")) [all...] |
/external/webkit/WebCore/platform/cf/ |
FileSystemCF.cpp | 29 #import "FileSystem.h" 50 LOG_ERROR("Failed to get filesystem representation to create CString from cfString");
|
/external/e2fsprogs/debugfs/ |
debugfs.8.in | 55 catastrophic mode forces the filesystem to be opened read-only. 126 in the filesystem which is currently opened by 134 ('/'), then it is interpreted relative to the root of the filesystem 195 Set or clear various filesystem features in the superblock. After setting 196 or clearing any filesystem features that were requested, print the current 197 state of the filesystem feature set. 269 on the native filesystem. 339 Open a filesystem for editing. The 341 flag forces the filesystem to be opened even if there are some unknown 342 or incompatible filesystem features which would normally [all...] |
/external/e2fsprogs/ |
RELEASE-NOTES | 67 moved when a filesystem is shrunk; it was only moving the first 128 72 updated, to avoid confusion about why the filesystem was modified. 87 in the filesystem. (Addresses Sourceforge Bug: #1096315) 90 automatically, when there are no more > 2GB files in the filesystem. 93 user why the filesystem has been changed. 99 Inhance e2fsck's reporting of unsupported filesystem feature flags. 125 mounted filesystem. 145 partially filled-in filesystem object on an error, so that e2fsck can 187 filesystem should be mounted as ext4 or ext4dev, as appropriate. 224 Teach e2fsck to ignore certain "safe" filesystem features which ar [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
FileInputStream.java | 50 private IFileSystem fileSystem = Platform.getFileSystem(); 82 fd.descriptor = fileSystem.open(file.pathBytes, IFileSystem.O_RDONLY); 148 return fileSystem.ioctlAvailable(fd.descriptor); 155 // return (int) fileSystem.ttyAvailable(); 158 // long currentPosition = fileSystem.seek(fd.descriptor, 0L, 160 // long endOfFilePosition = fileSystem.seek(fd.descriptor, 0L, 162 // fileSystem.seek(fd.descriptor, currentPosition, 184 fileSystem.close(fd.descriptor); 312 return (int) fileSystem.read(fd.descriptor, buffer, offset, count); 349 fileSystem.seek(fd.descriptor, count, IFileSystem.SEEK_CUR) [all...] |
/external/e2fsprogs/ext2ed/doc/ |
user-guide.sgml | 7 <Title>EXT2ED - The Extended-2 filesystem editor - User's guide</Title> 34 The ext2 filesystem overview. 56 with the material presented in the <Literal remap="tt">ext2 filesystem overview</Literal> as well. 71 EXT2ED is a "disk editor" for the ext2 filesystem. Its purpose is to show 72 you the internal structures of the ext2 filesystem in an rather intuitive 74 internal filesystem structures. 88 filesystem, like a <Literal remap="tt">super-block</Literal> or a <Literal remap="tt">directory</Literal>. An object is 89 something which "knows" how to handle some aspect of the filesystem. 106 Extended-2 Filesystem general commands 122 The ext2 general commands are available only when editing an ext2 filesystem [all...] |
/external/e2fsprogs/lib/e2p/ |
ls.c | 101 fprintf(f, "Filesystem features: "); 148 fputs("Filesystem flags: ", f); 191 fprintf(f, "Filesystem volume name: %s\n", buf); 198 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid)); 199 fprintf(f, "Filesystem magic number: 0x%04X\n", sb->s_magic); 200 fprintf(f, "Filesystem revision #: %d", sb->s_rev_level); 212 fprintf(f, "Filesystem state: "); 219 fprintf(f, "Filesystem OS type: %s\n", str); 247 fprintf(f, "Filesystem created: %s", ctime(&tm));
|
/external/e2fsprogs/e2fsck/ |
swapfs.c | 2 * swapfs.c --- byte-swap an ext2 filesystem 193 * On the PowerPC, the big-endian variant of the ext2 filesystem 198 * we have a big-endian filesystem, that is, if we are *not* 226 printf(_("Pass 0: Doing byte-swap of filesystem\n")); 233 fprintf(stderr, _("%s: the filesystem must be freshly "
|
/external/e2fsprogs/resize/ |
online.c | 2 * online.c --- Do on-line resizing of the ext3 filesystem 34 printf(_("Filesystem at %s is mounted on %s; " 58 _("Filesystem does not support online resizing")); 73 _("Permission denied to resize filesystem")); 163 printf(_("Filesystem at %s is mounted on %s, and on-line resizing is"
|
/external/grub/docs/ |
internals.texi | 15 * Filesystem interface:: The generic interface for filesystems 70 Filesystem buffer 167 @node Filesystem interface 176 The block list filesystem has a special place in the system. In addition 177 to the @dfn{normal} filesystem (or even without one mounted), you can 179 list notation. Using the block list filesystem doesn't effect any other 180 filesystem mounts. 182 The variables which can be read by the filesystem backend are: 213 Filesystem buffer which is 32K in size, to use in any way which the 214 filesystem backend desires [all...] |
/external/srec/portable/include/ |
PFileSystemImpl.h | 77 * @param basePath Base path for files associated with this filesystem 87 * @param basePath Base path for files associated with this filesystem 96 * @param fileSystem [out] File-system which matches the path 99 * @return ESR_INVALID_ARGUMENT if path, fileSystem or relativePath is null; ESR_INVALID_STATE if no 102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
|
/external/genext2fs/ |
genext2fs.c | 4 // ext2 filesystem generator for embedded systems 239 // Number of groups in the filesystem 444 udecl32(s_inodes_count) /* Count of inodes in the filesystem */ \ 445 udecl32(s_blocks_count) /* Count of blocks in the filesystem */ \ 455 udecl32(s_mtime) /* The time that the filesystem was last mounted */ \ 456 udecl32(s_wtime) /* The time that the filesystem was last written to */ \ 460 udecl16(s_state) /* Flags indicating the current state of the filesystem */ \ 462 udecl16(s_minor_rev_level) /* The minor revision level of the filesystem */ \ 463 udecl32(s_lastcheck) /* The time that the filesystem was last checked */ \ 465 udecl32(s_creator_os) /* Indicator of which OS created the filesystem */ \ 583 } filesystem; typedef in typeref:struct:__anon1922 [all...] |
/external/e2fsprogs/misc/ |
tune2fs.c | 91 static const char *please_fsck = N_("Please run e2fsck on the filesystem.\n"); 134 * Remove an external journal from the filesystem 194 /* Find the filesystem UUID */ 202 fputs(_("Filesystem's UUID not found on journal device.\n"), 250 * Remove the journal inode from the filesystem 335 _("Invalid filesystem option set: %s\n"), 338 fprintf(stderr, _("Clearing filesystem feature '%s' " 344 fprintf(stderr, _("Setting filesystem feature '%s' " 354 "cleared when the filesystem is\n" 417 * Add a journal to the filesystem [all...] |
/external/e2fsprogs/lib/blkid/ |
libblkid.3.in | 21 filesystem type) as well as extracting additional information such as 22 filesystem labels/volume names, unique identifiers/serial numbers, etc. 50 was written by Andreas Dilger for the ext2 filesystem utilties, with input
|
/external/oprofile/libpopt/ |
popt.h | 260 /*@globals fileSystem, internalState @*/ 261 /*@modifies con, fileSystem, internalState @*/; 358 /*@globals errno, fileSystem, internalState @*/ 360 errno, fileSystem, internalState @*/; 370 /*@globals fileSystem, internalState @*/ 372 fileSystem, internalState @*/; 453 /*@globals fileSystem @*/ 454 /*@modifies *fp, *argstrp, fileSystem @*/; 483 /*@globals fileSystem @*/ 484 /*@modifies *fp, fileSystem @*/ [all...] |