Dylan DPC
a67b6299b4
Rollup merge of #94724 - cuviper:rmdirall-cstr, r=Dylan-DPC
...
unix: Avoid name conversions in `remove_dir_all_recursive`
Each recursive call was creating an `OsString` for a `&Path`, only for
it to be turned into a `CString` right away. Instead we can directly
pass `.name_cstr()`, saving two allocations each time.
2022-03-08 22:44:00 +01:00
..
2021-08-19 12:02:39 -07:00
2021-02-22 21:41:32 +01:00
2021-11-12 15:25:16 -08:00
2021-07-03 03:01:36 +02:00
2022-03-01 17:16:05 -08:00
2021-08-10 12:09:00 +03:00
2021-11-12 15:25:16 -08:00
2021-08-10 12:09:00 +03:00
2021-04-28 14:25:04 +02:00
2021-08-10 12:09:00 +03:00
2021-08-10 12:09:00 +03:00
2022-01-25 05:51:09 +01:00
2022-03-07 18:51:53 -08:00
2020-11-12 03:40:15 +00:00
2021-12-14 16:40:43 +01:00
2022-02-04 18:47:29 -08:00
2022-02-10 23:49:27 +09:00
2020-10-20 00:00:00 +00:00
2022-02-04 18:47:29 -08:00
2021-12-28 11:28:05 +08:00
2022-02-20 08:53:18 +00:00
2022-03-05 17:57:12 +00:00
2021-08-19 12:02:39 -07:00
2021-08-10 12:09:00 +03:00
2022-03-07 15:48:35 -05:00
2021-10-31 13:20:04 +01:00
2022-02-04 13:41:00 -08:00
2021-04-19 13:29:22 +02:00
2022-03-05 11:23:25 -05:00
2022-02-13 01:04:55 +01:00
2022-01-19 15:59:22 +01:00