Searched defs:ext2 (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/misc/
H A Dfindsuper.c2 * 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
[all...]
/external/chromium/chrome/browser/
H A Dbackground_application_list_model_unittest.cc114 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false); local
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
131 service->AddExtension(ext2);
151 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2));
152 service->UninstallExtension(ext2->id(), false, NULL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 90 milliseconds