fix null pointer exception for filesystemperf

If the parent dir does not exist, the mkdir() will fail,
then File.list() will return null, which causes *NULL POINTER*
exception. Just change mkdir to mkdirs.

Change-Id: I52cc3262c111c32d24f62d05c02cb42687731a31
1 file changed