OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:make_ext4fs
(Results
1 - 10
of
10
) sorted by null
/system/extras/ext4_utils/
make_ext4fs.h
24
int
make_ext4fs
(const char *filename, s64 len);
Android.mk
7
make_ext4fs
.c \
53
LOCAL_MODULE :=
make_ext4fs
62
LOCAL_MODULE :=
make_ext4fs
make_ext4fs.c
17
#include "
make_ext4fs
.h"
246
// Reset all the global data structures used by
make_ext4fs
so it
253
int
make_ext4fs
(const char *filename, s64 len)
function
/device/ti/panda/
device.mk
33
make_ext4fs
\
52
make_ext4fs
/bootable/recovery/
roots.c
29
#include "
make_ext4fs
.h"
272
int result =
make_ext4fs
(v->device, v->length);
/build/core/
user_tags.mk
392
make_ext4fs
\
config.mk
212
MAKE_EXT4FS
:= $(HOST_OUT_EXECUTABLES)/
make_ext4fs
$(HOST_EXECUTABLE_SUFFIX)
Makefile
605
INTERNAL_USERIMAGES_DEPS := $(MKEXTUSERIMG) $(
MAKE_EXT4FS
)
[
all
...]
/device/samsung/tuna/
device.mk
144
make_ext4fs
\
/bootable/recovery/updater/
install.c
43
#include "
make_ext4fs
.h"
184
// if fs_size == 0, then
make_ext4fs
uses the entire partition.
243
int status =
make_ext4fs
(location, atoll(fs_size));
245
fprintf(stderr, "%s:
make_ext4fs
failed (%d) on %s",
[
all
...]
Completed in 553 milliseconds