Michal Privoznik 7f482a67e4 lib: Replace virFileMakePath() with g_mkdir_with_parents()
Generated using the following spatch:

  @@
  expression path;
  @@
  - virFileMakePath(path)
  + g_mkdir_with_parents(path, 0777)

However, 14 occurrences were not replaced, e.g. in
virHostdevManagerNew(). I don't really understand why.
Fixed by hand afterwards.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
2021-03-04 20:52:23 +01:00
..
2020-06-10 14:00:38 +02:00
2020-07-10 09:40:58 +02:00
2020-02-24 23:15:50 +01:00
2020-06-10 14:00:38 +02:00
2021-02-10 13:37:12 +01:00
2020-11-27 16:28:31 +01:00
2020-02-24 23:15:50 +01:00