Home
last modified time | relevance | path

Searched refs:testFileName (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/audio/libaudiofile/audiofile-0.3.6/test/
H A DMiscellaneous.cpp118 std::string testFileName; in TEST() local
121 readMiscellaneous(testFileName); in TEST()
122 ::unlink(testFileName.c_str()); in TEST()
127 std::string testFileName; in TEST() local
130 readMiscellaneous(testFileName); in TEST()
131 ::unlink(testFileName.c_str()); in TEST()
136 std::string testFileName; in TEST() local
139 readMiscellaneous(testFileName); in TEST()
140 ::unlink(testFileName.c_str()); in TEST()
145 std::string testFileName; in TEST() local
[all …]
H A DNeXT.cpp85 std::string testFileName; in TEST() local
86 ASSERT_TRUE(createTemporaryFile("NeXT", &testFileName)); in TEST()
93 AFfilehandle file = afOpenFile(testFileName.c_str(), "r", NULL); in TEST()
115 ASSERT_EQ(::unlink(testFileName.c_str()), 0); in TEST()
120 std::string testFileName; in TEST() local
121 ASSERT_TRUE(createTemporaryFile("NeXT", &testFileName)); in TEST()
130 AFfilehandle file = afOpenFile(testFileName.c_str(), "r", NULL); in TEST()
152 ASSERT_EQ(::unlink(testFileName.c_str()), 0); in TEST()
170 std::string testFileName; in TEST() local
171 ASSERT_TRUE(createTemporaryFile("NeXT", &testFileName)); in TEST()
[all …]
H A DAES.cpp41 std::string testFileName; in testAESSupported() local
42 ASSERT_TRUE(createTemporaryFile("AES", &testFileName)); in testAESSupported()
48 AFfilehandle file = afOpenFile(testFileName.c_str(), "w", setup); in testAESSupported()
60 file = afOpenFile(testFileName.c_str(), "r", NULL); in testAESSupported()
69 ASSERT_EQ(::unlink(testFileName.c_str()), 0); in testAESSupported()
79 std::string testFileName; in testAESUnsupported() local
80 ASSERT_TRUE(createTemporaryFile("AES", &testFileName)); in testAESUnsupported()
86 AFfilehandle file = afOpenFile(testFileName.c_str(), "w", setup); in testAESUnsupported()
91 ASSERT_EQ(::unlink(testFileName.c_str()), 0); in testAESUnsupported()
/dports/devel/kf5-kfilemetadata/kfilemetadata-5.89.0/autotests/
H A Dembeddedimagedatatest.cpp109 QFile::copy(testFilePath(fileName), testFileName); in testWrite()
116 readImages = imageData.imageData(testFileName); in testWrite()
120 QFile::remove(testFileName); in testWrite()
182 QFile::copy(testFilePath(fileName), testFileName); in testDelete()
189 readImages = imageData.imageData(testFileName); in testDelete()
193 QFile::remove(testFileName); in testDelete()
221 readImages = imageData.imageData(testFileName); in testDeleteInsert()
226 readImages = imageData.imageData(testFileName); in testDeleteInsert()
230 QFile::remove(testFileName); in testDeleteInsert()
261 readImages = imageData.imageData(testFileName); in testMultiImage()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/io/reader/testing/
H A DUnitTestVTKDataSetReader.cxx428 const char* testFileName = "vtkm-io-reader-test.vtk"; variable
443 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingPolyData()
461 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingStructuredPoints()
479 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingStructuredPointsVisIt()
498 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingUnstructuredGrid()
515 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingUnstructuredGridVisIt()
534 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingRectilinearGrid1()
553 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingRectilinearGrid2()
569 vtkm::cont::DataSet ds = readVTKDataSet(testFileName); in TestReadingStructuredGridASCII()
583 createFile(structuredGridBin, sizeof(structuredGridBin), testFileName); in TestReadingStructuredGridBin()
[all …]
/dports/deskutils/nextcloudclient/desktop-3.4.1/test/
H A Dtestblacklist.cpp44 const QByteArray testFileName = QByteArrayLiteral("A/new"); in testBlacklistBasic() local
47 if (req.url().path().endsWith(testFileName)) { in testBlacklistBasic()
65 modifier.insert(testFileName); in testBlacklistBasic()
69 auto it = completeSpy.findItem(testFileName); in testBlacklistBasic()
74 auto entry = fakeFolder.syncJournal().errorBlacklistEntry(testFileName); in testBlacklistBasic()
90 auto it = completeSpy.findItem(testFileName); in testBlacklistBasic()
95 auto entry = fakeFolder.syncJournal().errorBlacklistEntry(testFileName); in testBlacklistBasic()
117 auto it = completeSpy.findItem(testFileName); in testBlacklistBasic()
136 modifier.appendByte(testFileName); in testBlacklistBasic()
139 auto it = completeSpy.findItem(testFileName); in testBlacklistBasic()
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/ftpd/
H A Dcryptfs_test.go33 testFilePath := filepath.Join(homeBasePath, testFileName)
68 err = client.Rename(testFileName, testFileName+"1")
70 err = client.Delete(testFileName)
72 err = client.Delete(testFileName + "1")
102 err = client.Delete(path.Join("/", testDir, testFileName))
131 testFileName := "testfilename"
139 size, err := client.FileSize(testFileName)
168 testFilePath := filepath.Join(homeBasePath, testFileName)
190 err = client.Delete(testFileName)
197 err = client.Append(testFileName, srcFile)
[all …]
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Microsoft/go-winio/go-winio-0.4.12/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go13 var testFileName string var
20 testFileName = f.Name()
22 defer os.Remove(testFileName)
27 os.Remove(testFileName)
28 f, err := os.Create(testFileName)
57 f, err := os.Open(testFileName)
79 f, err := os.Open(testFileName)
140 f, err := os.Create(testFileName)
196 os.Remove(testFileName)
197 f, err := os.Create(testFileName)
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/Microsoft/go-winio/
H A Dbackup_test.go11 var testFileName string var
18 testFileName = f.Name()
20 defer os.Remove(testFileName)
25 os.Remove(testFileName)
26 f, err := os.Create(testFileName)
55 f, err := os.Open(testFileName)
77 f, err := os.Open(testFileName)
138 f, err := os.Create(testFileName)
194 os.Remove(testFileName)
195 f, err := os.Create(testFileName)
[all …]

12345678910