Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for determineOffset (0.21 sec)

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

         */
        public static VfsRelativePath of(String absolutePath) {
            String normalizedRoot = normalizeRoot(absolutePath);
            return VfsRelativePath.of(normalizedRoot, determineOffset(normalizedRoot));
        }
    
        @VisibleForTesting
        static VfsRelativePath of(String absolutePath, int offset) {
            return new VfsRelativePath(absolutePath, offset);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top