OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fsck
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/
e2fsprogs.spec
33
fsck
tool that are included here.
121
%{_root_sbindir}/
fsck
122
%{_root_sbindir}/
fsck
.ext2
123
%{_root_sbindir}/
fsck
.ext3
124
%{_root_sbindir}/
fsck
.ext4
125
%{_root_sbindir}/
fsck
.ext4dev
164
%{_mandir}/man8/
fsck
.ext2.8*
165
%{_mandir}/man8/
fsck
.ext3.8*
166
%{_mandir}/man8/
fsck
.ext4.8*
167
%{_mandir}/man8/
fsck
.ext4dev.8
[
all
...]
configure
[
all
...]
/external/e2fsprogs/misc/
Makefile.in
49
FSCK_OBJS=
fsck
.o base_device.o ismounted.o
66
PROFILED_FSCK_OBJS= profiled/
fsck
.o profiled/base_device.o \
77
$(srcdir)/badblocks.c $(srcdir)/
fsck
.c $(srcdir)/util.c \
105
e2undo.profiled mke2fs.profiled dumpe2fs.profiled
fsck
.profiled \
265
fsck
: $(FSCK_OBJS) $(DEPLIBBLKID)
267
$(Q) $(CC) $(ALL_LDFLAGS) -o
fsck
$(FSCK_OBJS) $(LIBBLKID) $(LIBINTL)
269
fsck
.profiled: $(PROFILED_FSCK_OBJS) $(PROFILED_DEPLIBBLKID)
271
$(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o
fsck
.profiled $(PROFILED_FSCK_OBJS) \
349
fsck
.8: $(DEP_SUBSTITUTE) $(srcdir)/
fsck
.8.i
[
all
...]
/external/e2fsprogs/e2fsck/
Makefile.in
205
echo " LINK $(root_sbindir)/
fsck
.$$i"; \
207
$(LN) $(LINK_INSTALL_FLAGS) e2fsck
fsck
.$$i); \
224
echo " LINK $(man8dir)/
fsck
.$$i.8"; \
226
$(LN) $(LINK_INSTALL_FLAGS) e2fsck.8
fsck
.$$i.8); \
239
$(RM) -f $(DESTDIR)$(root_sbindir)/
fsck
.ext2 \
240
$(DESTDIR)$(root_sbindir)/
fsck
.ext3 \
241
$(DESTDIR)$(root_sbindir)/
fsck
.ext4 \
242
$(DESTDIR)$(root_sbindir)/
fsck
.ext4dev
249
$(RM) -f $(DESTDIR)$(root_sbindir)/
fsck
.ext2 \
250
$(DESTDIR)$(root_sbindir)/
fsck
.ext3
[
all
...]
/external/e2fsprogs/debian/
rules
133
COMMON_CONF_FLAGS += --disable-
fsck
--disable-libblkid \
136
COMMON_CONF_FLAGS += --enable-
fsck
325
# statically-linked
fsck
361
(cd ${udebdir}/sbin; ln -s e2fsck
fsck
.ext2 ; \
362
ln -s e2fsck
fsck
.ext3 ; ln -s e2fsck
fsck
.ext4 ; \
/external/e2fsprogs/debian/attic/libs/
rules
142
ln -s e2fsck.8 $(maindir)/usr/man/man8/
fsck
.ext2.8
Completed in 1570 milliseconds