Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for getTempDir (0.22 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/nativeplatform/tasks/AbstractNativeSourceCompileTask.java

            super.configureSpec(spec);
            if (preCompiledHeader != null) {
                File pchObjectFile = preCompiledHeader.getObjectFile();
                File pchDir = PCHUtils.generatePCHObjectDirectory(spec.getTempDir(), preCompiledHeader.getPrefixHeaderFile(), pchObjectFile);
                spec.setPrefixHeaderFile(new File(pchDir, preCompiledHeader.getPrefixHeaderFile().getName()));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/main/java/org/gradle/api/tasks/compile/ForkOptions.java

         * command line arguments to the compiler process. Defaults to {@code null},
         * in which case the directory will be chosen automatically.
         */
        @Internal
        @Nullable
        public String getTempDir() {
            return tempDir;
        }
    
        /**
         * Sets the directory used for temporary files that may be created to pass
         * command line arguments to the compiler process. Defaults to {@code null},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/phases/upgrade/staticpods_test.go

    		t.Run(test.name, func(t *testing.T) {
    			realKubernetesDir, cleanup := getTempDir(t, "realKubernetesDir")
    			defer cleanup()
    
    			tempManifestDir, cleanup := getTempDir(t, "tempManifestDir")
    			defer cleanup()
    
    			backupManifestDir, cleanup := getTempDir(t, "backupManifestDir")
    			defer cleanup()
    
    			backupEtcdDir, cleanup := getTempDir(t, "backupEtcdDir")
    			defer cleanup()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 07:10:31 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/AbstractCompiler.java

            if (useCommandFile) {
                // Shorten args and write out an options.txt file
                // This must be called only once per execute()
                addOptionsFileArgs(args, spec.getTempDir());
            }
            return args;
        }
    
        protected abstract void addOptionsFileArgs(List<String> args, File tempDir);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/io/FilesTest.java

      }
    
      public void testCreateParentDirs_noParentsNeeded() throws IOException {
        File file = file(getTempDir(), "nonexistent.file");
        assertTrue(file.getParentFile().exists());
        Files.createParentDirs(file);
      }
    
      public void testCreateParentDirs_oneParentNeeded() throws IOException {
        File file = file(getTempDir(), "parent", "nonexistent.file");
        File parent = file.getParentFile();
        assertFalse(parent.exists());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  6. guava-tests/test/com/google/common/io/FilesTest.java

      }
    
      public void testCreateParentDirs_noParentsNeeded() throws IOException {
        File file = file(getTempDir(), "nonexistent.file");
        assertTrue(file.getParentFile().exists());
        Files.createParentDirs(file);
      }
    
      public void testCreateParentDirs_oneParentNeeded() throws IOException {
        File file = file(getTempDir(), "parent", "nonexistent.file");
        File parent = file.getParentFile();
        assertFalse(parent.exists());
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/swift/SwiftCompiler.java

                        newInvocation("compiling swift file(s)", objectDir, Iterables.concat(genericArgs, outputArgs, importRootArgs), spec.getOperationLogger());
                    perFileInvocation.getEnvironment().put("TMPDIR", spec.getTempDir().getAbsolutePath());
                    buildQueue.add(perFileInvocation);
                }
            };
        }
    
        private static class SwiftCompileArgsTransformer implements ArgsTransformer<SwiftCompileSpec> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/transaction/CompileTransaction.java

            Map<GeneratedResource.Location, PatternSet> resourcesToDelete,
            FileOperations fileOperations,
            Deleter deleter
        ) {
            this.spec = spec;
            this.tempDir = new File(spec.getTempDir(), "compileTransaction");
            this.stashDirectory = new File(tempDir, "stash-dir");
            this.backupDirectory = new File(tempDir, "backup-dir");
            this.classesToDelete = classesToDelete;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 13.3K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.tasks.compile.ForkOptions.getJavaHome()> does not have raw return type assignable to org.gradle.api.provider.Property in (ForkOptions.java:0)
    Method <org.gradle.api.tasks.compile.ForkOptions.getTempDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (ForkOptions.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  10. RELEASE.md

        [height, width, depth])`, and `tf.random_crop` works for any rank (not just
        3-D images). The C++ `RandomCrop` op has been replaced with pure Python.
    *   Renamed `tf.test.GetTempDir` and `tf.test.IsBuiltWithCuda` to
        `tf.test.get_temp_dir` and `tf.test.is_built_with_cuda` for PEP-8
        compatibility.
    *   `parse_example`'s interface has changed, the old interface is accessible in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top