Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 160 for fileSystem (0.16 sec)

  1. android/guava/src/com/google/common/io/TempFileCreator.java

                directoryPermissions =
                    () -> {
                      throw new IOException("unrecognized FileSystem type " + FileSystems.getDefault());
                    };
          }
        }
    
        private static PermissionSupplier userPermissions() {
          try {
            UserPrincipal user =
                FileSystems.getDefault()
                    .getUserPrincipalLookupService()
                    .lookupPrincipalByName(getUsername());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. subprojects/core/build.gradle.kts

        }
        testFixturesApi(project(":execution")) {
            because("test fixtures expose OutputChangeListener")
        }
        testFixturesApi(project(":native")) {
            because("test fixtures expose FileSystem")
        }
        testFixturesApi(project(":file-collections")) {
            because("test fixtures expose file collection types")
        }
        testFixturesApi(project(":file-temp")) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:14 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. subprojects/core/src/test/groovy/org/gradle/internal/classpath/transforms/ClasspathElementTransformTest.groovy

        def classpathBuilder = new DefaultClasspathBuilder(TestFiles.tmpDirTemporaryFileProvider(testDirectoryProvider.createDir("tmp")))
        def classpathWalker = new ClasspathWalker(TestFiles.fileSystem())
        def gradleCoreInstrumentingRegistry = Stub(GradleCoreInstrumentationTypeRegistry) {
            getInstrumentedTypesHash() >> Optional.empty()
            getUpgradedPropertiesHash() >> Optional.empty()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 14 09:24:02 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        message: kernel has no deadlock
        reason: KernelHasNoDeadlock
        status: "False"
        type: KernelDeadlock
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:17:04Z"
        message: Filesystem is not read-only
        reason: FilesystemIsNotReadOnly
        status: "False"
        type: ReadonlyFilesystem
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:05Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  5. platforms/core-runtime/launcher/src/test/groovy/org/gradle/tooling/internal/provider/continuous/ContinuousBuildActionExecutorTest.groovy

                cancellationToken,
                deploymentRegistry,
                userHomeListenerManager.createChild(Scope.BuildSession),
                buildExecutionTimer,
                Time.clock(),
                TestFiles.fileSystem(),
                CaseSensitivity.CASE_SENSITIVE,
                virtualFileSystem,
                delegate)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. guava/src/com/google/common/io/TempFileCreator.java

                directoryPermissions =
                    () -> {
                      throw new IOException("unrecognized FileSystem type " + FileSystems.getDefault());
                    };
          }
        }
    
        private static PermissionSupplier userPermissions() {
          try {
            UserPrincipal user =
                FileSystems.getDefault()
                    .getUserPrincipalLookupService()
                    .lookupPrincipalByName(getUsername());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 06 17:11:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        message: kernel has no deadlock
        reason: KernelHasNoDeadlock
        status: "False"
        type: KernelDeadlock
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:17:04Z"
        message: Filesystem is not read-only
        reason: FilesystemIsNotReadOnly
        status: "False"
        type: ReadonlyFilesystem
      - lastHeartbeatTime: "2019-09-20T19:32:08Z"
        lastTransitionTime: "2019-07-09T16:22:05Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. pkg/volume/util/util.go

    	return &mount.SafeFormatAndMount{Interface: mounter, Exec: exec}
    }
    
    // GetVolumeMode retrieves VolumeMode from pv.
    // If the volume doesn't have PersistentVolume, it's an inline volume,
    // should return volumeMode as filesystem to keep existing behavior.
    func GetVolumeMode(volumeSpec *volume.Spec) (v1.PersistentVolumeMode, error) {
    	if volumeSpec == nil || volumeSpec.PersistentVolume == nil {
    		return v1.PersistentVolumeFilesystem, nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  9. .teamcity/mvnw

      echo "Warning: JAVA_HOME environment variable is not set."
    fi
    
    CLASSWORLDS_LAUNCHER=org.codehaus.plexus.classworlds.launcher.Launcher
    
    # traverses directory structure from process work directory to filesystem root
    # first directory with .mvn subdirectory is considered project base directory
    find_maven_basedir() {
    
      if [ -z "$1" ]
      then
        echo "Path not specified to find_maven_basedir"
        return 1
      fi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 26 01:48:39 UTC 2020
    - 9.8K bytes
    - Viewed (0)
  10. pkg/volume/local/local_test.go

    		mountPoints  []mount.MountPoint
    		expectedPath string
    	}{
    		{
    			name: "filesystem volume with directory source",
    			mountPoints: []mount.MountPoint{
    				{
    					Device: "/mnt/disk/ssd0",
    					Path:   "pods/poduid/volumes/kubernetes.io~local-volume/pvA",
    				},
    			},
    			expectedPath: "",
    		},
    		{
    			name: "filesystem volume with block source",
    			mountPoints: []mount.MountPoint{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 08 10:53:39 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top