Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-readdir-ucs2.js15 const filebuff = Buffer.from(filename, 'ucs2'); constant
16 const fullpath = Buffer.concat([root, filebuff]);
29 assert.deepStrictEqual(Buffer.from(fn, 'ucs2'), filebuff);