Home | History | Annotate | Download | only in releasetools

Lines Matching refs:fs_config

461   fs_config = prop_dict.get("fs_config")
467 if fs_config:
468 # We need to merge the fs_config files of system and ramdisk.
475 with open(fs_config) as fr:
477 fs_config = merged_fs_config
534 if fs_config:
535 build_command.extend(["-C", fs_config])
572 if fs_config:
573 build_command.extend(["-C", fs_config])
589 if fs_config:
590 build_command.extend(["-C", fs_config])