Home
last modified time | relevance | path

Searched refs:isPosixPathSeparator (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/
H A Dpath.js56 function isPosixPathSeparator(code) { function
318 return isPosixPathSeparator(code) ? '\\' : path;
1114 isPosixPathSeparator);
1138 path = normalizeString(path, !isAbsolute, '/', isPosixPathSeparator);

Completed in 2 milliseconds