HomeSort by relevance Sort by last modified time
    Searched refs:ext2 (Results 1 - 25 of 42) sorted by null

1 2

  /external/e2fsprogs/misc/
findsuper.c 2 * findsuper --- quick hacked up program to find ext2 superblocks.
64 * copies of ext2 superblocks (by checking for the ext2 signature).
67 * offset in 1024-byte blocks, the size of the ext2 partition in fs
69 * (always 0 for older ext2 systems), and a timestamp (s_mtime).
123 struct ext2_super_block ext2; local
189 read(fd, &ext2, 512) == 512; sk += skiprate) {
214 if (ext2.s_magic != EXT2_SUPER_MAGIC)
216 if (ext2.s_log_block_size > 6)
217 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size)
    [all...]
Makefile.in 269 @echo " LINK $(root_sbindir)/mkfs.ext2"
271 $(DESTDIR)$(root_sbindir)/mkfs.ext2
296 @$(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8.gz \
298 @echo " LINK mkfs.ext2.8"
300 $(DESTDIR)$(man8dir)/mkfs.ext2.8
344 $(RM) -f $(DESTDIR)$(root_sbindir)/mkfs.ext2 \
352 $(RM) -f $(DESTDIR)$(man8dir)/mkfs.ext2.8 \
360 for i in fsck.ext2.8 fsck.ext3.8 ; do \
  /external/genext2fs/
test-gen.lib 23 ./genext2fs -N 17 -b $blocks -d test -f -q ext2.img
34 ./genext2fs -N 92 -b $blocks -D test/$fname -f ext2.img
40 rm -rf ext2.img test
46 digest=`md5sum ext2.img 2>/dev/null | cut -f 1 -d " "`
50 digest=`md5 ext2.img 2>/dev/null | cut -f 4 -d " "`
test-mount.sh 39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
Config.mk 5 define build-userimage-ext2-target
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
55 # All the ext2 specific commands will be aviable despite the possible
62 # total number of blocks are gathered from the ext2 filesystem itself.
  /bootable/diskinstaller/
installer.conf 17 type ext2
24 type ext2
  /frameworks/base/media/libmedia/
IMediaPlayerClient.cpp 38 virtual void notify(int msg, int ext1, int ext2)
44 data.writeInt32(ext2);
61 int ext2 = data.readInt32(); local
62 notify(msg, ext1, ext2);
mediaplayer.cpp 504 void MediaPlayer::notify(int msg, int ext1, int ext2)
506 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
524 LOGV("notify(%d, %d, %d) callback on disconnected mediaplayer", msg, ext1, ext2);
551 // ext2: Implementation dependant error code.
552 LOGE("error (%d, %d)", ext1, ext2);
565 // ext2: Implementation dependant error code.
566 LOGW("info/warning (%d, %d)", ext1, ext2);
584 LOGV("New video size %d x %d", ext1, ext2);
586 mVideoHeight = ext2;
    [all...]
mediarecorder.cpp 622 void MediaRecorder::notify(int msg, int ext1, int ext2)
624 LOGV("message received msg=%d, ext1=%d, ext2=%d", msg, ext1, ext2);
634 listener->notify(msg, ext1, ext2);
  /frameworks/base/include/media/
IMediaPlayerClient.h 31 virtual void notify(int msg, int ext1, int ext2) = 0;
MediaPlayerInterface.h 57 typedef void (*notify_callback_f)(void* cookie, int msg, int ext1, int ext2);
147 virtual void sendEvent(int msg, int ext1=0, int ext2=0) { if (mNotify) mNotify(mCookie, msg, ext1, ext2); }
PVPlayer.h 65 void sendEvent(int msg, int ext1=0, int ext2=0) { MediaPlayerBase::sendEvent(msg, ext1, ext2); }
mediaplayer.h 51 // 'ext2' contains an implementation dependant error code to provide
81 // 'ext2' contains an implementation dependant info code to provide
126 virtual void notify(int msg, int ext1, int ext2) = 0;
161 void notify(int msg, int ext1, int ext2);
mediarecorder.h 146 virtual void notify(int msg, int ext1, int ext2) = 0;
179 void notify(int msg, int ext1, int ext2);
  /external/e2fsprogs/
e2fsprogs.spec 6 Summary: Utilities for managing the second extended (ext2) filesystem.
20 extended (ext2) filesystems. E2fsprogs contains e2fsck (used to
22 (used to initialize a partition to contain an empty ext2 filesystem),
26 grow and shrink unmounted ext2 filesystems, and most of the other core
29 You should install the e2fsprogs package if you are using any ext2
32 ext2) for the libuuid and libblkid libraries and fsck tool that are
36 Summary: Ext2 filesystem-specific static libraries and headers.
43 develop second extended (ext2) filesystem-specific programs.
45 You should install e2fsprogs-devel if you want to develop ext2
120 %{_root_sbindir}/fsck.ext2
    [all...]
  /frameworks/base/include/camera/
ICameraClient.h 33 virtual void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
Camera.h 106 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2) = 0;
174 virtual void notifyCallback(int32_t msgType, int32_t ext, int32_t ext2);
CameraHardwareInterface.h 42 int32_t ext2,
  /frameworks/base/libs/camera/
ICameraClient.cpp 42 void notifyCallback(int32_t msgType, int32_t ext1, int32_t ext2)
49 data.writeInt32(ext2);
90 int32_t ext2 = data.readInt32(); local
91 notifyCallback(msgType, ext1, ext2);
  /frameworks/base/media/libstagefright/
CameraSource.cpp 73 virtual void notify(int32_t msgType, int32_t ext1, int32_t ext2);
96 void CameraSourceListener::notify(int32_t msgType, int32_t ext1, int32_t ext2) {
97 LOGV("notify(%d, %d, %d)", msgType, ext1, ext2);
  /external/grub/util/
mkbimage 79 ext2 on GNU [default is ext2]
80 ext2, minix or msdos on GNU/Linux [default is ext2]
125 then echo "The GNU/Linux supported fs are: ext2, minix or msdos!";
127 then echo "The GNU supported fs is ext2!";
169 ext2)
242 [ ! "$fs" ] && fs=ext2
245 # partition ID for sfdisk to correctly fill the partition table (ext2 is the
248 ext2) mkfs_options="-m 0"
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_err.et.in 9 error_table ext2
57 "Wrong magic number for ext2 file structure"
60 "Wrong magic number for Ext2 Image Header"
117 "EXT2 directory corrupted"
192 "The ext2 superblock is corrupt"
225 "Invalid argument passed to ext2 library"
228 "Could not allocate block in ext2 filesystem"
231 "Could not allocate inode in ext2 filesystem"
234 "Ext2 inode is not a directory"
246 "Ext2 directory block not found
    [all...]
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 65 void notify(int msg, int ext1, int ext2);
98 void JNIMediaRecorderListener::notify(int msg, int ext1, int ext2)
103 env->CallStaticVoidMethod(mClass, fields.post_event, mObject, msg, ext1, ext2, 0);
  /external/e2fsprogs/debian/attic/libs/
rules 142 ln -s e2fsck.8 $(maindir)/usr/man/man8/fsck.ext2.8
143 ln -s mke2fs.8 $(maindir)/usr/man/man8/mkfs.ext2.8

Completed in 713 milliseconds

1 2