HomeSort by relevance Sort by last modified time
    Searched full:ext3 (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/lib/blkid/tests/
ext3.results 1 TYPE='ext3'
2 LABEL='test-ext3'
  /external/genext2fs/
TODO 4 - support ext3
  /external/e2fsprogs/
e2fsprogs.lsm 5 Description: The filesystem utilities for the EXT2, EXT3, and EXT4
7 Keywords: utilities, filesystem, Ext2fs, ext3, ext4
README.subset 6 libraries for GNOME, but who do not need the ext2/ext3 filesystem
e2fsprogs.spec.in 6 Summary: Utilities for managing ext2/ext3/ext4 filesystems
19 checking, modifying, and correcting any inconsistencies in ext2, ext3,
30 ext3, or ext4 filesystems (if you're not sure, you probably should
32 don't use ext2/ext3/ext4) for the libuuid and libblkid libraries and
43 develop ext2, ext3, or ext4 filesystem-specific programs.
46 ext2. ext3. or ext4 filesystem-specific programs. If you install
123 %{_root_sbindir}/fsck.ext3
130 %{_root_sbindir}/mkfs.ext3
165 %{_mandir}/man8/fsck.ext3.8*
175 %{_mandir}/man8/mkfs.ext3.8
    [all...]
  /external/e2fsprogs/tests/f_badjour_indblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
28 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_badjourblks/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
26 *** journal has been re-created - filesystem is now ext3 again ***
  /external/e2fsprogs/tests/f_miss_journal/
expect.1 4 *** ext3 journal has been deleted - filesystem is now ext2 only ***
24 *** journal has been re-created - filesystem is now ext3 again ***
  /external/chromium_org/chromeos/ime/
component_extension_ime_manager_unittest.cc 81 ComponentExtensionIME ext3; local
82 ext3.id = "ext3_id_xxxxxxxxxxxxxxxxxxxxxxxx";
83 ext3.description = "ext3_description";
84 ext3.options_page_url =
85 GURL("chrome-extension://" + ext3.id + "/options.html");
86 ext3.path = base::FilePath("ext3_file_path");
93 ext3.engines.push_back(ext3_engine1);
100 ext3.engines.push_back(ext3_engine2);
107 ext3.engines.push_back(ext3_engine3);
109 ime_list_.push_back(ext3);
    [all...]
  /external/chromium_org/extensions/common/
extension_set_unittest.cc 59 scoped_refptr<Extension> ext3(CreateTestExtension(
65 ASSERT_TRUE(ext1.get() && ext2.get() && ext3.get() && ext4.get());
80 EXPECT_TRUE(extensions.Insert(ext3));
89 ext3.get(),
90 extensions.GetExtensionOrAppByURL(ext3->GetResourceURL("test.html")));
99 EXPECT_EQ(ext3.get(),
134 // |ext3| is already in |extensions|, should not affect size.
135 EXPECT_TRUE(to_add->Insert(ext3));
139 ASSERT_TRUE(extensions.Contains(ext3->id()));
  /external/e2fsprogs/misc/
mke2fs-hurd.conf 10 ext3 = {
e2label.8.in 7 e2label \- Change the label on an ext2/ext3/ext4 filesystem
16 will display or change the filesystem label on the ext2, ext3, or ext4
e2undo.8.in 7 e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem
18 for an ext2/ext3/ext4 filesystem found on
mke2fs.conf.in 10 ext3 = {
ext4.5.in 13 The second, third, and fourth extended file systems, or ext2, ext3, and
18 previously intended for use with the ext2 and ext3 file systems can be
21 handle mount requests for ext2 and ext3 file systems.
23 A file system formated for ext2, ext3, or ext4 can be have some
26 ext3, and ext4 file system drivers, depending on Linux kernel version in
66 feature is supported by ext3 and ext4 file systems, and is ignored by
78 traditional indirect block scheme used by the ext2 and ext3 file
105 supported by ext2, ext3, and ext4.
110 entries. This feature is supported by ext2, ext3, and ext4.
131 option. This feature is supported by ext3 and ext4, and ignored by th
    [all...]
default_profile.c 11 " ext3 = {\n"
filefrag.8.in 19 allowances for indirect blocks for ext2 and ext3 filesystems, but can be
chattr.1.in 114 A file with the `j' attribute has all of its data written to the ext3
132 This is a hint to the block allocator used by ext3 and ext4 that the
144 files. Note: As of this writing, the ext2 or ext3 filesystems do not
171 by the ext2, ext3, and ext4 filesystems as implemented in the current
174 The `j' option is only useful if the filesystem is mounted as ext3.
mke2fs.8.in 7 mke2fs \- create an ext2/ext3/ext4 filesystem
146 is used to create an ext2, ext3, or ext4 filesystem, usually in a disk
155 .B mkfs.ext3
386 Create the filesystem with an ext3 journal. If the
391 which has ext3 support in order to actually make use of the journal.
394 Create the ext3 journal using options specified on the command-line.
584 Specify the filesystem type (i.e., ext2, ext3, ext4, etc.) that is
590 mkfs.ext3, etc.) or via a default as defined by the
604 (e.g., "\fBmke2fs \-t ext3 \-O extent /dev/sdXX\fR" will create a
605 filesystem that is not supported by the ext3 implementation as found i
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.h 119 int32_t *ext2, int32_t *ext3);
122 int32_t *ext2, int32_t *ext3);
129 int32_t *ext1, int32_t *ext2, int32_t *ext3);
136 ext3(e3)
142 int32_t ext3; member in struct:android::camera2::tests::NotifierListener::Notification
153 int32_t ext3);
158 int32_t ext3,
camera2_utils.cpp 258 int32_t *ext3) {
261 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
267 int32_t *ext3) {
272 return getNextNotificationLocked(msg_type, ext1, ext2, ext3);
283 int32_t *ext3) {
287 *ext3 = mNotifications.begin()->ext3;
295 int32_t ext3) {
297 mNotifications.push_back(Notification(msg_type, ext1, ext2, ext3));
304 int32_t ext3,
    [all...]
  /external/e2fsprogs/tests/
mke2fs.conf.in 13 ext3 = {
  /external/llvm/test/Transforms/SLPVectorizer/X86/
pr16628.ll 19 %lnot.ext3 = zext i1 %lnot2 to i32
20 %or = or i32 %lnot.ext3, %lnot.ext
  /external/sepolicy/
fs_use 5 fs_use_xattr ext3 u:object_r:labeledfs:s0;
  /external/chromium_org/base/files/
file_util_linux.cc 45 case EXT2_SUPER_MAGIC: // Also ext3 and ext4

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 9