Searched refs:getPathWithParents (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java121 Path dst = getPathWithParents(fs, tmpName);
126 Path dst2 = getPathWithParents(fs, "/xyz" + rdm.nextInt(100) +
146 Path dst4 = getPathWithParents(fs, tmpName + "_Tmp0");
700 static Path getPathWithParents(FileSystem fs, String name) method in class:ZipFSTester

Completed in 30 milliseconds