Home
last modified time | relevance | path

Searched refs:toDir (Results 1 – 1 of 1) sorted by relevance

/libcore/tools/upstream/src/main/java/libcore/
DCopyUpstreamFiles.java68 Path toDir = to.getParent(); in copyFile() local
69 if (!toDir.toFile().exists()) { in copyFile()
70 boolean success = toDir.toFile().mkdirs(); in copyFile()
72 throw new IOException("Failed to create directory " + toDir); in copyFile()