Lines Matching refs:pathModule
70 const pathModule = require('path'); constant
363 return binding.access(pathModule.toNamespacedPath(path), mode,
371 return binding.copyFile(pathModule.toNamespacedPath(src),
372 pathModule.toNamespacedPath(dest),
384 await binding.openFileHandle(pathModule.toNamespacedPath(path),
484 return binding.rename(pathModule.toNamespacedPath(oldPath),
485 pathModule.toNamespacedPath(newPath),
501 path = pathModule.toNamespacedPath(getValidatedPath(path));
507 path = pathModule.toNamespacedPath(getValidatedPath(path));
537 return binding.mkdir(pathModule.toNamespacedPath(path),
545 const result = await binding.readdir(pathModule.toNamespacedPath(path),
557 return binding.readlink(pathModule.toNamespacedPath(path),
566 pathModule.toNamespacedPath(path),
578 const result = await binding.lstat(pathModule.toNamespacedPath(path),
585 const result = await binding.stat(pathModule.toNamespacedPath(path),
593 return binding.link(pathModule.toNamespacedPath(existingPath),
594 pathModule.toNamespacedPath(newPath),
600 return binding.unlink(pathModule.toNamespacedPath(path), kUsePromises);
611 return binding.chmod(pathModule.toNamespacedPath(path), mode, kUsePromises);
626 return binding.lchown(pathModule.toNamespacedPath(path),
640 return binding.chown(pathModule.toNamespacedPath(path),
646 return binding.utimes(pathModule.toNamespacedPath(path),
660 return binding.lutimes(pathModule.toNamespacedPath(path),