Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for absolutePathLength (0.16 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/process/internal/PathLimitationIntegrationTest.groovy

            where:
            absolutePathLength << [258, 259, 260]
        }
    
        TestFile generateTestWorkingDirectory(int absolutePathLength) {
            // windows can handle a path up to 260 characters (259 + NUL)
            // we create a path that is 260 +1 (absolutePathLength + "/" + randompath)
            def testDirectory = tmpDir.getTestDirectory()
            def pathoffset = absolutePathLength - 1 - testDirectory.getAbsolutePath().length()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 11:15:22 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top