Lines Matching refs:posix
1067 posix: null,
1085 const posix = {
1181 return posix.normalize(joined);
1197 from = posix.resolve(from);
1198 to = posix.resolve(to);
1266 // Non-op on posix systems
1532 posix: null,
1535 posix.win32 = win32.win32 = win32;
1536 posix.posix = win32.posix = posix;
1540 posix._makeLong = posix.toNamespacedPath;
1542 module.exports = platformIsWin32 ? win32 : posix;