Searched refs:NULL_LINK_OPTION (Results 1 – 2 of 2) sorted by relevance
192 static final LinkOption NULL_LINK_OPTION = null; field in PathUtils1181 …rectories(path, linkOptions != null && linkOptions.length > 0 ? linkOptions[0] : NULL_LINK_OPTION);
240 …= PathUtils.createParentDirectories(symlinkedDir.resolve(leafDirName), PathUtils.NULL_LINK_OPTION); in testCreateDirectoriesSymlink()