Fix remove with unicode paths on Windows

Adds PathUtils::remove to handle remove in a safe way on different
operating systems

Bug: 421324156
Test: PathUtils.remove_with_unicode
Change-Id: Id2c2a1a0a77703b0c55be8488a09f7facecaf548
1 file changed
tree: 7def9081bc11762efeaeec2a11bad6b4a8124b23
  1. base/
  2. build-config/
  3. CMake/
  4. host-common/
  5. third-party/
  6. windows/
  7. .clang-format
  8. .gitignore
  9. Android.bp
  10. BUILD.bazel
  11. CMakeLists.txt
  12. LICENSE
  13. MODULE.bazel
  14. README.md
  15. rebuild.sh
README.md

AEMU library

This is an utility library for common functions used in the Android Emulator. External projects (gfxstream, QEMU) may use to perform C++ functions.