Home | History | Annotate | Download | only in releasetools

Lines Matching refs:fs_config

322   fs_config = prop_dict.get("fs_config")
329 if fs_config:
330 # We need to merge the fs_config files of system and ramdisk.
338 with open(fs_config) as fr:
340 fs_config = merged_fs_config
377 if fs_config:
378 build_command.extend(["-C", fs_config])
399 if fs_config:
400 build_command.extend(["-C", fs_config])
448 if fs_config:
449 os.remove(fs_config)