Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/tar/lib/
Dreplace.js80 const entryBlockSize = 512 * Math.ceil(h.size / 512) constant
81 if (position + entryBlockSize + 512 > st.size) {
86 position += entryBlockSize
158 const entryBlockSize = 512 * Math.ceil(h.size / 512) constant
159 if (position + entryBlockSize + 512 > size) {
163 position += entryBlockSize + 512
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs34437 const entryBlockSize = 512 * Math.ceil(h.size / 512);
34438 if (position + entryBlockSize + 512 > st.size) {
34441 position += entryBlockSize;
34507 const entryBlockSize = 512 * Math.ceil(h.size / 512);
34508 if (position + entryBlockSize + 512 > size) {
34511 position += entryBlockSize + 512;