dart-sdk/runtime/bin
Slava Egorov 4928998ebe [vm/io] Follow up to c2e9cee
* Fix `ToWinAPIFilePath` handling of UNC paths. This function did
not handle UNC paths correctly: it was prefixing them with
`\\?\` instead of `\\?\UNC\`;
* Fix issue in `File::Copy` forcing the wrong path to long form:
temporary files are created next to the destination, so it
is destination (`new_path`) that should be forced into long form and
not the source;
* Fix issue in `GetDirectoryPath` not preserving the path separator.

The newly added test should cover all these corner cases to prevent
future regressions.

TEST=standalone/io/regress_56049

Fixes https://github.com/dart-lang/sdk/issues/56049

Fixed: 56049
Change-Id: I4970efd0674989b8cc291778cf87806b0ea318ff
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/372400
Reviewed-by: Alexander Aprelev <aam@google.com>
Commit-Queue: Slava Egorov <vegorov@google.com>
2024-06-20 19:55:19 +00:00
..
ffi_test Roll Clang to 3809e20afc68d7d03821f0ec59b928dcf9befbf4. 2024-06-10 20:38:30 +00:00
ffi_unit_test [vm, ffi] Add Windows ARM64 to FFI unit tests. 2023-10-11 18:41:57 +00:00
abstract_socket_test.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
address_sanitizer.cc Do not declare __asan_default_options if GOOGLE3 is defined. 2021-12-24 06:44:34 +00:00
analyze_snapshot.cc [VM] Remove support for --no-sound-null-safety mode 2024-04-05 19:38:12 +00:00
BUILD.gn Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
builtin.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
builtin.h
builtin_gen_snapshot.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
builtin_impl_sources.gni Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
builtin_in.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
builtin_natives.cc [VM/Service] Include newline in the stdout service event. 2024-01-16 18:41:23 +00:00
builtin_sources.gni
cli_sources.gni
console.h
console_posix.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
console_win.cc [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
crashpad.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
crashpad.h
crypto.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
crypto.h
crypto_fuchsia.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
crypto_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
crypto_macos.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
crypto_test.cc
crypto_win.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
dart_embedder_api_impl.cc [vm] Remove MSAN_UNPOISONs around print and sort functions. 2024-05-16 16:33:52 +00:00
dart_io_api_impl.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
dart_precompiled_runtime_test_component.cml [test] Cleanup building Fuchsia packages/components. 2023-10-31 17:11:51 +00:00
dart_test_component.cml [test] Cleanup building Fuchsia packages/components. 2023-10-31 17:11:51 +00:00
dartdev_isolate.cc Add 'coverage' flag, defaulting to true, but let the gn application_snapshot default it to false 2024-06-18 09:10:00 +00:00
dartdev_isolate.h [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
dartutils.cc [vm] Native asset relative path resolution with symlinks 2024-06-12 16:45:19 +00:00
dartutils.h [ CLI ] Strip --observe and --enable-vm-service from dartdev argument list 2024-03-13 17:08:39 +00:00
dfe.cc [ CLI ] Fix snapshot detection logic for google3 2024-06-06 19:10:19 +00:00
dfe.h [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
directory.cc [vm, io] Don't have pending Dart_TypedDataAcquire during I/O operations. 2024-01-11 23:54:59 +00:00
directory.h [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
directory_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
directory_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
directory_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
directory_test.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
directory_win.cc [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
elf_loader.cc [vm/win] Release mappable snapshot once done loading. 2024-04-10 01:41:57 +00:00
elf_loader.h
entrypoints_verification_test.cc [vm] Remove support for dart-ext: imports 2021-09-02 14:14:35 +00:00
error_exit.cc [VM/Runtime] Ensure an isolate exists before calling Dart_ShutdownIsolate() 2023-07-14 01:31:38 +00:00
error_exit.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
eventhandler.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
eventhandler.h [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
eventhandler_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
eventhandler_fuchsia.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
eventhandler_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
eventhandler_linux.h
eventhandler_macos.cc [vm/bin] Improve error message in WakeupHandler 2023-05-02 07:32:30 +00:00
eventhandler_macos.h
eventhandler_test.cc Spelling pkg analyzer lib 2023-01-25 14:08:27 +00:00
eventhandler_win.cc [vm, io] Remove dead Windows 7 code. 2024-06-05 23:08:15 +00:00
eventhandler_win.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
exe_utils.cc [ CLI ] Fix snapshot detection logic for google3 2024-06-06 19:10:19 +00:00
exe_utils.h [ CLI ] Fix snapshot detection logic for google3 2024-06-06 19:10:19 +00:00
fdutils.h Spelling runtime bin 2023-01-06 07:48:22 +00:00
fdutils_fuchsia.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
fdutils_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
fdutils_macos.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
file.cc [vm, io] Don't have pending Dart_TypedDataAcquire during I/O operations. 2024-01-11 23:54:59 +00:00
file.h [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
file_fuchsia.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
file_linux.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
file_macos.cc [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
file_support.cc [ VM ] Remove requirement for presence of current isolate for 2021-03-10 00:42:37 +00:00
file_system_watcher.cc [vm/io] Fix memory leak in FileSystemWatcher_InitWatcher 2023-07-04 13:10:42 +00:00
file_system_watcher.h [io/mac] Ensure FSEventsWatcher::Node is deleted synchronously with Callback that uses it. 2021-06-04 14:26:36 +00:00
file_system_watcher_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
file_system_watcher_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
file_system_watcher_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
file_system_watcher_win.cc [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
file_test.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
file_win.cc [vm/io] Follow up to c2e9cee 2024-06-20 19:55:19 +00:00
file_win.h [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
filter.cc [vm/io] Explain why the return of inflateReset can be ignored 2024-05-31 22:29:07 +00:00
filter.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
gen_snapshot.cc [VM/Runtime] - Remove unused sound_null_safety command line option. 2024-06-12 20:51:31 +00:00
gzip.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
gzip.h
hashmap_test.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
ifaddrs.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
ifaddrs.h [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
io_buffer.cc [standalone] Remove tcmalloc. 2023-04-18 20:56:00 +00:00
io_buffer.h [vm/io] Shrink buffers using realloc() if actual used data is small 2021-02-02 20:04:22 +00:00
io_impl_sources.gni [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
io_natives.cc [vm] Remove dart:cli waitFor 2024-02-29 11:18:51 +00:00
io_natives.h
io_service.cc
io_service.h Implement anonymous pipes and the ability to transmit them between processes using Unix Domain Sockets. 2022-09-13 21:16:28 +00:00
io_service_no_ssl.cc
io_service_no_ssl.h [io] Align io_service_no_ssl.h with io_service.h. 2024-01-31 19:32:09 +00:00
io_sources.gni
isolate_data.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
isolate_data.h [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
loader.cc Revert "[vm] Move ResolveUri to bin" 2024-06-20 12:25:53 +00:00
loader.h [vm] Remove support for dart-ext: imports 2021-09-02 14:14:35 +00:00
lockers.h [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
main.cc [vm] Split out main from main.cc 2023-01-16 15:12:38 +00:00
main_impl.cc [vm/compiler] Make flow graph construction independent of --target_unknown_cpu 2024-06-18 18:53:18 +00:00
main_impl.h [vm] Split out main from main.cc 2023-01-16 15:12:38 +00:00
main_options.cc [ CLI ] Fix DART_VM_OPTIONS usage only resulting in printing of help message 2024-05-22 20:06:49 +00:00
main_options.h [VM/Runtime] - Remove unused sound_null_safety command line option. 2024-06-12 20:51:31 +00:00
namespace.cc [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
namespace.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
namespace_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
namespace_fuchsia.h [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
namespace_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
namespace_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
namespace_win.cc [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
native_assets_api_impl.cc [vm] Native asset path resolution symlinks with spaces 2024-06-20 14:36:36 +00:00
native_assets_impl_sources.gni [vm] Native asset relative path resolution with symlinks 2024-06-12 16:45:19 +00:00
observatory_assets_empty.cc
options.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
options.h [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
platform.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
platform.h [vm, io] Restore global destructors for normal shutdown path. 2023-09-05 22:15:58 +00:00
platform_fuchsia.cc [vm, io] Restore global destructors for normal shutdown path. 2023-09-05 22:15:58 +00:00
platform_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
platform_macos.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
platform_macos.h Update operatingSystemVersion on MacOS/iOS to return system version instead of kernel version 2020-07-07 21:07:55 +00:00
platform_macos_cocoa.h Fix a bug where Platform.operatingSystemVersion was incorrect in the iOS 2021-10-19 21:25:43 +00:00
platform_macos_cocoa.mm Fix a bug where Platform.operatingSystemVersion was incorrect in the iOS 2021-10-19 21:25:43 +00:00
platform_win.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
priority_heap_test.cc [vm] Fix tyops in a license header 2020-12-16 19:07:12 +00:00
process.cc [vm, io] Restore global destructors for normal shutdown path. 2023-09-05 22:15:58 +00:00
process.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
process_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
process_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
process_macos.cc [vm] Remove ProcessStarter on iOS 2023-06-19 00:25:12 +00:00
process_test.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
process_win.cc [vm, io] Assume ProcThreadAttrList functions are available on Windows. 2024-02-21 18:27:41 +00:00
reference_counting.h [vm] Enable clang-tidy for arm, arm64, riscv64, product, release, precompiler. 2023-07-11 15:13:58 +00:00
root_certificates_unsupported.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
run_vm_tests.cc [ VM / DDS ] Add --print-dtd-uri flag and launch DTD from the correct snapshot for AOT 2024-03-21 19:50:46 +00:00
run_vm_tests_test_component.cml [test] Cleanup building Fuchsia packages/components. 2023-10-31 17:11:51 +00:00
secure_socket_filter.cc [ssl/mac] Avoid unnecessary allocations of x509 certificates, fix leak. 2023-08-11 16:28:46 +00:00
secure_socket_filter.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
secure_socket_unsupported.cc Allow sockets to enable TLS renegotiation. 2022-03-31 06:40:51 +00:00
secure_socket_utils.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
secure_socket_utils.h [vm] Fix memory leak freeing boringssl stack types. 2024-01-31 19:24:29 +00:00
secure_socket_utils_test.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
security_context.cc [io/ssl] Better error message when security context private key is missing. 2024-01-26 20:49:09 +00:00
security_context.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
security_context_fuchsia.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
security_context_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
security_context_macos.cc [vm] Remove macOS 10.14 and iOS 12 availability checks 2024-01-25 08:23:51 +00:00
security_context_win.cc [ssl/win] Always free the X509 certificates after use, fix leak. 2023-12-11 17:49:58 +00:00
snapshot_empty.cc
snapshot_in.cc
snapshot_utils.cc [standalone] Remove dead VM sections from blob container format. 2024-05-31 21:12:28 +00:00
snapshot_utils.h [standalone] Remove dead VM sections from blob container format. 2024-05-31 21:12:28 +00:00
snapshot_utils_test.cc [vm/test] Remove checked-in binaries from MachO test. 2022-08-17 16:18:35 +00:00
socket.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
socket.h [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
socket_base.cc Add missing include for errno.h 2023-06-09 08:29:30 +00:00
socket_base.h [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
socket_base_fuchsia.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
socket_base_fuchsia.h
socket_base_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
socket_base_linux.h
socket_base_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
socket_base_macos.h
socket_base_posix.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
socket_base_win.cc [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
socket_base_win.h
socket_fuchsia.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
socket_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
socket_macos.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
socket_win.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
stdio.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
stdio.h [io] Don't restore terminal state on exit. 2022-05-31 15:36:33 +00:00
stdio_fuchsia.cc [io] Don't restore terminal state on exit. 2022-05-31 15:36:33 +00:00
stdio_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
stdio_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
stdio_win.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
sync_socket.cc [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
sync_socket.h [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
sync_socket_fuchsia.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
sync_socket_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
sync_socket_macos.cc [vm] Reland: Prefix HOST_OS_* and TARGET_OS_* with DART_ 2021-07-02 19:06:45 +00:00
sync_socket_win.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
test_utils.cc [vm] Update to constexpr in runtime/bin. 2023-04-12 20:32:29 +00:00
test_utils.h MacOS-Signable Compiled Dart Scripts 2022-03-09 18:02:34 +00:00
thread.h [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
thread_absl.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
thread_absl.h [vm] Make [os_]thread_absl.cc compatible with Mac. 2022-03-21 16:47:47 +00:00
thread_fuchsia.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
thread_fuchsia.h [vm] Make [os_]thread_absl.cc compatible with Mac. 2022-03-21 16:47:47 +00:00
thread_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
thread_linux.h [vm] Make [os_]thread_absl.cc compatible with Mac. 2022-03-21 16:47:47 +00:00
thread_macos.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
thread_macos.h [vm] Make [os_]thread_absl.cc compatible with Mac. 2022-03-21 16:47:47 +00:00
thread_win.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
thread_win.h [vm] Make [os_]thread_absl.cc compatible with Mac. 2022-03-21 16:47:47 +00:00
typed_data_utils.cc [vm/io] Null-terminate scope-copied CStrings. 2024-01-26 22:08:37 +00:00
typed_data_utils.h
utils.cc [io/socket] Handle OSError returned by Socket_GetPort. 2021-04-01 18:04:12 +00:00
utils.h [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
utils_fuchsia.cc [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
utils_linux.cc [vm] Remove bin/*_android{.cc,.h} and use Linux implementations. 2024-02-09 14:10:49 +00:00
utils_macos.cc [vm] Run clang-format on code base 2024-04-17 19:14:41 +00:00
utils_win.cc [vm/io] Cleanup long path handling on Windows 2024-03-12 08:29:36 +00:00
utils_win.h [vm] Hoist CStringUniquePtr out of Utils, add CAllocUniquePtr` to simplify code 2024-05-29 10:16:28 +00:00
virtual_memory.h [vm] Update NULL to nullptr in runtime/bin. 2023-04-12 01:11:05 +00:00
virtual_memory_fuchsia.cc [standalone] Remove use of dart::VirtualMemory from the standalone embedder. 2021-08-12 21:30:10 +00:00
virtual_memory_posix.cc [vm] Fix running under WSL 1 2024-01-11 22:24:44 +00:00
virtual_memory_win.cc [standalone] Remove use of dart::VirtualMemory from the standalone embedder. 2021-08-12 21:30:10 +00:00
vmservice_impl.cc [ VM / DDS ] Add --print-dtd-uri flag and launch DTD from the correct snapshot for AOT 2024-03-21 19:50:46 +00:00
vmservice_impl.h [ VM / DDS ] Add --print-dtd-uri flag and launch DTD from the correct snapshot for AOT 2024-03-21 19:50:46 +00:00