Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for lengthCompare (1.04 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/snapshot/PathUtil.java

                if (accumulatedValue != 0 && isFileSeparator(charInPath1)) {
                    return accumulatedValue;
                }
            }
            int lengthCompare = Integer.compare(relativePath1.length(), relativePath2.length());
            return lengthCompare != 0
                ? lengthCompare
                : accumulatedValue;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top