Lines Matching refs:source_dir
54 source_dir=os.getcwd(), argument
117 source_dir=source_dir,
148 source_dir=os.getcwd(), argument
201 if source_dir:
202 source_dir = os.path.abspath(source_dir)
205 nsjail_bin = os.path.join(source_dir, nsjail_bin)
208 chroot = os.path.join(source_dir, chroot)
239 os.path.dirname(out_dir) == source_dir) and (
249 source_dir,
257 bind_mounts[_SOURCE_MOUNT_POINT] = BindMount(source_dir, False, False)
270 …bind_mounts[os.path.join(_META_MOUNT_POINT, meta_android_dir)] = BindMount(source_dir, False, Fals…
277 '--bindmount_ro', bind_mount.source_dir + ':' + bind_destination
281 '--bindmount', bind_mount.source_dir + ':' + bind_destination
485 source_dir=args.source_dir,