Searched refs:krootfs_dir (Results 1 – 3 of 3) sorted by relevance
76 krootfs_dir, native_sysroot): argument83 if not 'ROOTFS_DIR' in krootfs_dir:86 rootfs_dir = krootfs_dir['ROOTFS_DIR']88 if part.rootfs_dir in krootfs_dir:89 rootfs_dir = krootfs_dir[part.rootfs_dir]168 if include_path in krootfs_dir:169 include_path = krootfs_dir[include_path]
77 def rootfs_dir_to_args(krootfs_dir): argument82 for key, val in krootfs_dir.items():214 krootfs_dir = options.rootfs_dir215 if krootfs_dir is None:216 krootfs_dir = {}217 krootfs_dir['ROOTFS_DIR'] = rootfs_dir219 rootfs_dir = rootfs_dir_to_args(krootfs_dir)