Home
last modified time | relevance | path

Searched refs:tempfilepath (Results 1 – 25 of 52) sorted by relevance

123

/dports/www/e2guardian/e2guardian-5.3.4/src/
H A DContentScanner.cpp87 String tempfilepath(o.download_dir.c_str()); in makeTempFile() local
88 tempfilepath += "/csXXXXXX"; in makeTempFile()
89 char *tempfilepatharray = new char[tempfilepath.length() + 1]; in makeTempFile()
90 strcpy(tempfilepatharray, tempfilepath.toCharArray()); in makeTempFile()
95 …std::cerr << thread_id << "error creating cs temp " << tempfilepath << ": " << strerror(errno) << … in makeTempFile()
143 String tempfilepath; in scanMemory() local
144 if (writeMemoryTempFile(object, objectsize, &tempfilepath) != DGCS_OK) { in scanMemory()
151 …int rc = scanFile(requestheader, docheader, user, foc, ip, tempfilepath.toCharArray(), checkme, di… in scanMemory()
153 unlink(tempfilepath.toCharArray()); // delete temp file in scanMemory()
H A DDataBuffer.cpp67 unlink(tempfilepath.toCharArray()); in reset()
92 unlink(tempfilepath.toCharArray()); in ~DataBuffer()
176 tempfilepath = o.download_dir.c_str(); in getTempFileFD()
177 tempfilepath += "/tfXXXXXX"; in getTempFileFD()
178 char *tempfilepatharray = new char[tempfilepath.length() + 1]; in getTempFileFD()
179 strcpy(tempfilepatharray, tempfilepath.toCharArray()); in getTempFileFD()
184 …std::cerr << thread_id << "error creating temp " << tempfilepath << ": " << strerror(errno) << std… in getTempFileFD()
188 tempfilepath = ""; in getTempFileFD()
190 tempfilepath = tempfilepatharray; in getTempFileFD()
313 unlink(tempfilepath.toCharArray()); in out()
H A DDataBuffer.hpp26 String tempfilepath; member in DataBuffer
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/pyflakes/pyflakes/test/
H A Dtest_api.py727 self.tempfilepath = os.path.join(self.tempdir, 'temp')
772 open(self.tempfilepath, 'a').close()
773 d = self.runPyflakes([self.tempfilepath])
781 with open(self.tempfilepath, 'wb') as fd:
783 d = self.runPyflakes([self.tempfilepath])
784 expected = UnusedImport(self.tempfilepath, Node(1), 'contraband')
793 d = self.runPyflakes([self.tempfilepath])
794 error_msg = '%s: No such file or directory%s' % (self.tempfilepath,
804 with open(self.tempfilepath, 'wb') as fd:
806 d = self.runPyflakes([self.tempfilepath])
[all …]
/dports/devel/py-pyflakes/pyflakes-2.4.0/pyflakes/test/
H A Dtest_api.py739 self.tempfilepath = os.path.join(self.tempdir, 'temp')
784 open(self.tempfilepath, 'a').close()
785 d = self.runPyflakes([self.tempfilepath])
793 with open(self.tempfilepath, 'wb') as fd:
795 d = self.runPyflakes([self.tempfilepath])
796 expected = UnusedImport(self.tempfilepath, Node(1), 'contraband')
805 d = self.runPyflakes([self.tempfilepath])
806 error_msg = '%s: No such file or directory%s' % (self.tempfilepath,
816 with open(self.tempfilepath, 'wb') as fd:
818 d = self.runPyflakes([self.tempfilepath])
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/until/tasks/
H A Dmain.yml2 register: tempfilepath
5 until_tempfile_path: "{{ tempfilepath.stdout }}"
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/until/tasks/
H A Dmain.yml2 register: tempfilepath
5 until_tempfile_path: "{{ tempfilepath.stdout }}"
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/until/tasks/
H A Dmain.yml2 register: tempfilepath
5 until_tempfile_path: "{{ tempfilepath.stdout }}"
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/storage/file/
H A Dfd.c1457 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1483 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1490 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1505 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1510 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/backend/storage/file/
H A Dfd.c1420 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1446 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1453 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1468 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1473 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/storage/file/
H A Dfd.c1596 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1605 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1612 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1626 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1630 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/storage/file/
H A Dfd.c1596 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1605 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1612 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1626 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1630 tempfilepath); in OpenTemporaryFileInTablespace()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/storage/file/
H A Dfd.c1596 char tempfilepath[MAXPGPATH]; in OpenTemporaryFileInTablespace() local
1605 snprintf(tempfilepath, sizeof(tempfilepath), "%s/%s%d.%ld", in OpenTemporaryFileInTablespace()
1612 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1626 file = PathNameOpenFile(tempfilepath, in OpenTemporaryFileInTablespace()
1630 tempfilepath); in OpenTemporaryFileInTablespace()

123