HomeSort by relevance Sort by last modified time
    Searched refs:make_ext4fs (Results 1 - 14 of 14) sorted by null

  /system/extras/ext4_utils/include/ext4_utils/
make_ext4fs.h 26 int make_ext4fs(const char *filename, long long len,
  /system/core/fastboot/
fs.cpp 14 #include <ext4_utils/make_ext4fs.h>
  /system/extras/ext4_utils/
Android.mk 11 LOCAL_MODULE := make_ext4fs
43 LOCAL_MODULE := make_ext4fs
make_ext4fs.c 17 #include "ext4_utils/make_ext4fs.h"
415 // Reset all the global data structures used by make_ext4fs so it
461 int make_ext4fs(const char *filename, long long len, function
  /build/make/target/product/
core_minimal.mk 79 make_ext4fs \
133 make_ext4fs \
core_tiny.mk 74 make_ext4fs \
  /system/core/fs_mgr/
fs_mgr_format.cpp 29 #include <ext4_utils/make_ext4fs.h>
76 LERROR << "make_ext4fs returned " << rc;
  /system/vold/
Android.mk 81 required_modules += make_ext4fs
  /system/extras/tests/ext4/
android_emmc_perf_tests.sh 280 adb shell make_ext4fs -w "$CACHE"
  /bootable/recovery/
roots.cpp 30 #include <ext4_utils/make_ext4fs.h>
  /bootable/recovery/updater/
install.cpp 52 #include <ext4_utils/make_ext4fs.h>
306 int status = make_ext4fs(location.c_str(), size, mount_point.c_str(), sehandle);
308 LOG(ERROR) << name << ": make_ext4fs failed (" << status << ") on " << location;
    [all...]
  /device/google/marlin/common/
base.mk 770 make_ext4fs \
  /build/make/core/
config.mk 593 MAKE_EXT4FS := $(HOST_OUT_EXECUTABLES)/mke2fs$(HOST_EXECUTABLE_SUFFIX)
597 MAKE_EXT4FS := $(HOST_OUT_EXECUTABLES)/make_ext4fs$(HOST_EXECUTABLE_SUFFIX)
    [all...]
Makefile     [all...]

Completed in 351 milliseconds