Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-util-validateoffsetlength.js55 const kIoMaxLength = 2 ** 31 - 1; constant
75 const offset = kIoMaxLength - 150;
77 const byteLength = kIoMaxLength - 100;
Dtest-fs-promises-file-handle-readFile.js107 const kIoMaxLength = 2 ** 31 - 1;
111 await truncate(newFile, kIoMaxLength + 1);
/third_party/node/lib/internal/fs/
Dutils.js118 const kIoMaxLength = 2 ** 31 - 1; constant
847 kIoMaxLength, property
Dpromises.js37 kIoMaxLength,
310 if (size > kIoMaxLength)
/third_party/node/lib/
Dfs.js79 kIoMaxLength,
302 if (size > kIoMaxLength) {
368 if (size > kIoMaxLength) {