Home
last modified time | relevance | path

Searched refs:pathIsUint8Array (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/fs/
Dutils.js347 const pathIsUint8Array = isUint8Array(path); constant
350 if ((!pathIsString && !pathIsUint8Array) ||
352 (pathIsUint8Array && !path.includes(0))) {