Lines Matching full:path
4 const path = require('path');
10 [ [path.posix.join, path.win32.join],
65 path.win32.join,
68 // UNC path expected
72 // UNC path expected - server and share separate
76 // UNC path expected - questionable
80 // UNC path expected - even more questionable
84 // No UNC path expected (no double slash in first component)
88 // No UNC path expected (no non-slashes in first component -
94 // No UNC path expected (share name missing - questionable).
99 // No UNC path expected (too many leading slashes - questionable)
128 if (join === path.win32.join) {
136 const message = `path.${os}.join(${delimiter})\n expect=${