Lines Matching refs:newPath
702 async function rename(oldPath, newPath) {704 newPath = getValidatedPath(newPath, 'newPath');706 pathModule.toNamespacedPath(newPath),889 async function link(existingPath, newPath) {891 newPath = getValidatedPath(newPath, 'newPath');893 pathModule.toNamespacedPath(newPath),