4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-01 20:45:37 +08:00
Corinna Vinschen 3e80cefb16 cygwin: unify reparse point checking code into single function
So far we had two functions checking the content of a reparse point,
readdir_check_reparse_point in fhandler_disk_file.cc for the sake of
readdir, and symlink_info::check_reparse_point for the sake of
generic path checking.

* Rename check_reparse_point_target helper to check_reparse_point_string
  and convert to static function.
* Create new check_reparse_point_target helper containing the core
  reparse point checking code
* Just call check_reparse_point_target from readdir_check_reparse_point
  and symlink_info::check_reparse_point and only perform the unique
  task in those functions.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
2017-07-24 17:33:20 +02:00
..
2017-07-19 10:38:15 +02:00
2017-03-11 10:03:29 +01:00
2016-11-24 16:09:31 +01:00
2017-03-27 22:03:58 +01:00
2017-07-11 10:31:44 +02:00
2016-08-23 15:07:42 +01:00
2016-06-25 00:43:01 +02:00
2017-03-22 11:10:15 +01:00
2017-03-22 11:10:15 +01:00
2016-06-24 23:32:39 +02:00
2015-03-03 12:58:34 +00:00
2016-06-25 00:43:01 +02:00
2016-06-24 23:32:39 +02:00
2015-11-18 19:09:47 +01:00
2017-03-27 22:03:58 +01:00
2017-03-27 22:03:58 +01:00
2017-03-27 22:03:58 +01:00
2017-01-19 21:42:10 +01:00
2015-08-17 11:05:43 +02:00
2016-06-23 16:56:41 +02:00
2016-06-23 21:30:15 +02:00
2016-06-24 23:32:39 +02:00
2016-08-19 16:27:07 +02:00
2017-01-19 21:42:10 +01:00
2017-03-27 22:03:58 +01:00
2017-06-14 14:23:52 -05:00
2016-06-23 16:56:41 +02:00
2016-08-18 10:27:28 +02:00
2017-04-24 17:14:03 +02:00
2017-04-24 17:14:03 +02:00
2016-06-24 23:33:01 +02:00