OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resize2fs
(Results
1 - 6
of
6
) sorted by null
/external/e2fsprogs/resize/
Android.mk
5
resize2fs
.c \
55
LOCAL_MODULE :=
resize2fs
66
LOCAL_MODULE_STEM :=
resize2fs
Makefile.in
15
PROGS=
resize2fs
17
MANPAGES=
resize2fs
.8
19
RESIZE_OBJS= extent.o
resize2fs
.o main.o online.o resource_track.o \
25
$(srcdir)/
resize2fs
.c \
45
resize2fs
: $(RESIZE_OBJS) $(DEPLIBS)
47
$(Q) $(CC) $(ALL_LDFLAGS) -o
resize2fs
$(RESIZE_OBJS) $(LIBS)
49
resize2fs
.static: $(RESIZE_OBJS) $(DEPSTATIC_LIBS)
51
$(Q) $(LD) $(ALL_LDFLAGS) $(LDFLAG_STATIC) -o
resize2fs
.static \
54
resize2fs
.8: $(DEP_SUBSTITUTE) $(srcdir)/
resize2fs
.8.i
[
all
...]
test-resize
6
RESIZE2FS
=/tmp/
resize2fs
.static
18
time $
RESIZE2FS
-d 31 -p $FS > /tmp/r1
24
time $
RESIZE2FS
-d 31 -p $FS > /tmp/r2
/build/target/product/
core_minimal.mk
67
resize2fs
\
core_tiny.mk
69
resize2fs
\
/external/e2fsprogs/debian/
rules
445
-a ! -name
resize2fs
-a ! -name badblocks -print | xargs rm
Completed in 77 milliseconds