579de4e2d3
Windows paths of the form `c:` are parsed incorrectly by the subprocesses actions when reading the package path. This change ensures they are encoded as `file:` URIs instead to ensure they are parsed properly. Fixes https://github.com/dart-lang/sdk/issues/56725 TESTED=dynamic_modules_suite Change-Id: Iadcfc8bf08b8845620dcf2be5fafadb975a8edc2 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/397180 Reviewed-by: Nate Biggs <natebiggs@google.com> Commit-Queue: Sigmund Cherem <sigmund@google.com>