Lines Matching full:path
7 const path = require('path');
13 // Make a path that is more than 260 chars long.
16 let addonDestinationDir = path.resolve(tmpdir.path);
19 addonDestinationDir = path.join(addonDestinationDir, 'x'.repeat(30));
22 const addonPath = path.join(__dirname,
26 const addonDestinationPath = path.join(addonDestinationDir, 'binding.node');
34 // Attempt to load at long path destination
44 // Copy binary to long path destination