Create default dirs before running FuseDaemonHostTest

FilePathAccessTest uses all default dirs, assuming they're already
created. If one of them doesn't exist, the case will fail.
It's not unheard of that some tests delete the entire top-level
directory when they're done with iut, including default dirs.

This CL ensures that FuseDaemonHostTest creates all default dirs before
running the first case. This change doesn't recreate the default dirs
before each case because FuseDaemonHostTest never deletes a default
directory (without restoring it, anyway).

Bug: 152708067
Test: atest FuseDaemonHostTest

Change-Id: I3cf3fc74097f02a19ccf610ede8a63ed9e53f791
3 files changed