Home
last modified time | relevance | path

Searched refs:toDir (Results 51 – 75 of 208) sorted by relevance

123456789

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/
H A DT6759996.java64 File toDir = to.getParentFile(); in write() local
65 if (toDir != null) { in write()
66 boolean ok = toDir.mkdirs(); in write()
68 throw new Error("could not create directory " + toDir); in write()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/
H A DT6759996.java64 File toDir = to.getParentFile(); in write() local
65 if (toDir != null) { in write()
66 boolean ok = toDir.mkdirs(); in write()
68 throw new Error("could not create directory " + toDir); in write()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/
H A DT6759996.java63 File toDir = to.getParentFile(); in write() local
64 if (toDir != null) { in write()
65 boolean ok = toDir.mkdirs(); in write()
67 throw new Error("could not create directory " + toDir); in write()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/
H A DT6759996.java63 File toDir = to.getParentFile(); in write() local
64 if (toDir != null) { in write()
65 boolean ok = toDir.mkdirs(); in write()
67 throw new Error("could not create directory " + toDir); in write()
/dports/textproc/fcitx5-configtool/fcitx5-configtool-5.0.8/src/migrator/lib/
H A Dcopydirectory.cpp90 QDir toDir(to); in copyDirRecursive() local
91 if (!toDir.exists() && !toDir.mkpath(".")) { in copyDirRecursive()
99 auto toFile = toDir.filePath(name); in copyDirRecursive()
131 toDir.filePath(name), excludes)) { in copyDirRecursive()
/dports/astro/py-ro/RO-3.6.9/python/RO/Comm/
H A DFTPGet.py335 toDir = os.path.dirname(self.toPath)
336 if toDir:
337 if not os.path.exists(toDir):
340 os.makedirs(toDir)
342 raise ValueError("directory %r does not exist" % (toDir,))
343 elif not os.path.isdir(toDir):
344 raise RuntimeError("%r is a file, not a directory" % (toDir,))
H A DHTTPGet.py499 toDir = os.path.dirname(self.toPath)
500 if toDir:
501 if not os.path.exists(toDir):
505 print("%s._toPrep creating directory %r" % (self, toDir))
506 os.makedirs(toDir)
508 raise RuntimeError("directory %r does not exist" % (toDir,))
509 elif not os.path.isdir(toDir):
510 raise RuntimeError("%r is a file, not a directory" % (toDir,))
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/svn/
H A DSvnBaseTask.php50 private $toDir = ""; variable in SvnBaseTask
125 function setToDir($toDir) argument
127 $this->toDir = $toDir;
135 return $this->toDir;
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/dept/fileutil/
H A Dfileutil.go14 toDir := filepath.Dir(to)
15 if _, err := os.Stat(toDir); os.IsNotExist(err) {
16 if err := os.MkdirAll(toDir, 0755); err != nil {
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/ioncube/
H A DIoncubeEncoderTask.php55 private $toDir = ''; variable in IoncubeEncoderTask
370 $this->toDir = $value;
378 return $this->toDir;
640 if ($this->toDir != '')
642 $arguments .= "-o " . $this->toDir . ' ';
/dports/net/syncthing/syncthing-1.18.1/syncthing/lib/osutil/
H A Dosutil.go86 toDir := filepath.Dir(to)
87 if info, err := filesystem.Stat(toDir); err == nil && info.IsDir() && info.Mode()&0200 == 0 {
88 filesystem.Chmod(toDir, 0755)
89 defer filesystem.Chmod(toDir, info.Mode())
/dports/www/p5-Toader/Toader-1.2.1/lib/Toader/Render/
H A DAutoDoc.pm69 toDir=>'../',
92 if ( defined( $args{toDir} ) ){
93 $self->{toDir}=$args{toDir};
172 toDir=>$self->{toDir},
H A DDirectory.pm65 toDir=>'./',
80 if ( defined( $args{toDir} ) ){
81 $self->{toDir}=$args{toDir};
182 toDir=>$self->{toDir},
H A DPage.pm69 toDir=>'../../',
90 if ( defined( $args{toDir} ) ){
91 $self->{toDir}=$args{toDir};
170 toDir=>$self->{toDir},
/dports/x11/plasma5-kactivitymanagerd/kactivitymanagerd-5.23.5/src/service/plugins/sqlite/
H A DDatabase.cpp113 auto copyDatabaseFiles = [removeDatabaseFiles](const QDir &fromDir, const QDir &toDir) { in initDatabase() argument
114 …return removeDatabaseFiles(toDir) && std::all_of(databaseFiles.begin(), databaseFiles.cend(), [&fr… in initDatabase()
116 const auto toFilePath = toDir.filePath(fileName); in initDatabase()
/dports/devel/staf/src/staf/test/
H A Dtestfs.cpp278 STAFString toDir = testDirs[m][1]; in main() local
281 cout << "- toDir : " << toDir << endl; in main()
287 toDir, fromDir); in main()
/dports/databases/db5/db-5.3.28/test/java/compat/src/com/sleepycat/util/test/
H A DSharedTestUtils.java115 public static boolean copyResource(Class cls, String fileName, File toDir) in copyResource() argument
123 File file = new File(toDir, fileName); in copyResource()
146 public static void copyFiles(File fromDir, File toDir) in copyFiles() argument
156 File toFile = new File(toDir, names[i]); in copyFiles()
/dports/devel/pear-phing/phing-2.6.1/tasks/system/
H A DCopyTask.php370 private function _scan(&$fromDir, &$toDir, &$files, &$dirs) { argument
381 $this->buildMap($fromDir, $toDir, $files, $mapper, $this->fileCopyMap);
382 $this->buildMap($fromDir, $toDir, $dirs, $mapper, $this->dirCopyMap);
391 private function buildMap(&$fromDir, &$toDir, &$names, &$mapper, &$map) { argument
404 $toCopy = $ds->restrict($names, $fromDir, $toDir, $mapper);
410 $dest = new PhingFile($toDir, $mapped[0]);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/namespace/
H A Dnamespace_test.go285 toDir := filepath.Join(existingStorage.Path, tc.request.To)
286 require.DirExists(t, toDir)
287 require.NoError(t, os.RemoveAll(toDir))
337 toDir := namespacePath(storagePath, tc.request.GetTo())
339 require.DirExists(t, toDir)
340 require.NoError(t, os.RemoveAll(toDir))
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/namespace/
H A Dnamespace_test.go279 toDir := filepath.Join(existingStorage.Path, tc.request.To)
280 require.DirExists(t, toDir)
281 require.NoError(t, os.RemoveAll(toDir))
329 toDir := namespacePath(storagePath, tc.request.GetTo())
331 require.DirExists(t, toDir)
332 require.NoError(t, os.RemoveAll(toDir))
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/namespace/
H A Dnamespace_test.go276 toDir := filepath.Join(existingStorage.Path, tc.request.To)
277 require.DirExists(t, toDir)
278 require.NoError(t, os.RemoveAll(toDir))
328 toDir := namespacePath(storagePath, tc.request.GetTo())
330 require.DirExists(t, toDir)
331 require.NoError(t, os.RemoveAll(toDir))
/dports/devel/hadoop2/jetty-6.1.14/contrib/jetty-openspaces/webapp/src/main/java/org/openspaces/webapp/
H A DGigaWebApp.java164 private void copy(String url, File toDir) throws IOException in copy() argument
166 System.err.println("url="+url+" dir="+toDir); in copy()
170 File directory=new File(toDir,basename); in copy()
189 File file = new File(toDir,basename); in copy()
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-openspaces/webapp/src/main/java/org/openspaces/webapp/
H A DGigaWebApp.java164 private void copy(String url, File toDir) throws IOException in copy() argument
166 System.err.println("url="+url+" dir="+toDir); in copy()
170 File directory=new File(toDir,basename); in copy()
189 File file = new File(toDir,basename); in copy()
/dports/www/twiki/twiki/lib/TWiki/Plugins/BackupRestorePlugin/
H A DCore.pm1246 my( $this, $fromFile, $toDir, $mode, $timestamp ) = @_;
1248 unless( File::Copy::copy( $fromFile, $toDir ) ) {
1249 $this->_setError( "ERROR: Can't copy $fromFile to $toDir" );
1254 my $dest = $toDir;
1266 my( $this, $fromDir, $toDir, $dirMode, $fileMode, $timestamp ) = @_;
1272 unless( -d $toDir ) {
1280 $toDir .= "/$dir";
1281 if( -d $toDir ) {
1283 } elsif( -e $toDir ) {
1288 if( $this->_makeDir( $toDir, $dirMode, $timestamp ) ) {
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/packer-community/winrmcp/winrmcp/
H A Dwinrmcp.go81 toDir: toPath,
99 toDir string member
115 toPath := filepath.Join(fw.toDir, relPath)

123456789