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

  /system/extras/ext4_utils/
make_ext4fs_main.c 71 const char *fs_config_file = NULL; local
160 fs_config_file = optarg;
187 if (fs_config_file) {
188 if (load_canned_fs_config(fs_config_file) < 0) {
189 fprintf(stderr, "failed to load %s\n", fs_config_file);
  /build/tools/releasetools/
common.py 303 def BuildBootableImage(sourcedir, fs_config_file, info_dict=None):
319 if os.access(fs_config_file, os.F_OK):
320 cmd = ["mkbootfs", "-f", fs_config_file, os.path.join(sourcedir, "RAMDISK")]
    [all...]

Completed in 1110 milliseconds