Home
last modified time | relevance | path

Searched refs:file_path (Results 126 – 150 of 14368) sorted by relevance

12345678910>>...575

/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/tests/netcore/
H A Dt_netcore_generator_functional_tests.cc39 out.open(file_path.c_str());
45 std::ifstream ifs(file_path);
47 std::remove(file_path.c_str());
74 out.open(file_path.c_str());
80 std::ifstream ifs(file_path);
108 out.open(file_path.c_str());
114 std::ifstream ifs(file_path);
144 out.open(file_path.c_str());
180 out.open(file_path.c_str());
216 out.open(file_path.c_str());
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/snippets/
H A Dupdate_service_spec.rb355 …let(:snippet_actions) { [{ action: 'update', previous_path: file_path, file_path: file_path, conte…
364 file_path = 'foo'
450 let(:snippet_actions) { [{ action: :update, file_path: file_path, content: content }] }
455 blob = blob(file_path)
461 …let(:snippet_actions) { [{ action: :update, previous_path: file_path, file_path: file_path, conten…
473 let(:snippet_actions) { [{ action: :update, file_path: file_path }] }
487 … let(:snippet_actions) { [{ action: :move, previous_path: file_path, file_path: file_path }] }
544 let(:snippet_actions) { [{ action: :delete, file_path: file_path }] }
559 … let(:snippet_actions) { [{ action: :delete, previous_path: file_path, file_path: file_path }] }
571 let(:snippet_actions) { [{ action: :delete, file_path: file_path, content: 'foo' }] }
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/ilasm/
H A DReport.cs21 private static string file_path; field in Mono.ILASM.Report
39 get { return file_path; }
40 set { file_path = value; }
61 throw new ILAsmException (file_path, location, message); in Error()
76 (file_path != null ? file_path : ""), location_str, message)); in Warning()
98 string file_path; field in Mono.ILASM.ILAsmException
101 public ILAsmException (string file_path, Location location, string message) in ILAsmException() argument
103 this.file_path = file_path; in ILAsmException()
128 get { return file_path; }
129 set { file_path = value; }
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/requests/api/
H A Dfiles_spec.rb46 def route(file_path = nil) argument
47 "/projects/#{project.id}/repository/files/#{file_path}"
122 file_path = "files%2Fjs%2Fcommit%2Ejs%2Ecoffee"
226 file_path = "bar%2Fbranch-test.txt"
268 url = route(file_path) + "/raw"
274 url = route(file_path) + '/blame'
282 url = route(file_path) + "/raw"
530 url = route(file_path) + "/raw"
541 url = route(file_path) + "/raw"
806 put api(route(file_path), user)
[all …]
/dports/lang/cython-devel/cython-2b1e743/Cython/Tests/
H A DTestTestUtils.py26 file_path = self._test_path("abcfile")
27 write_file(file_path, content, **kwargs)
28 assert os.path.isfile(file_path)
30 with open(file_path, 'rb') as f:
60 file_path = self._test_path("abcfile.txt")
61 write_file(file_path, "abc")
62 mtime = os.path.getmtime(file_path)
63 write_newer_file(file_path, file_path, "xyz")
68 assert not os.path.exists(file_path)
69 write_newer_file(file_path, file_path, "xyz")
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/
H A Djson_format11 def GetFormattedJSONString(file_path):
12 with open(file_path, 'r') as f:
19 def ValidateJSONFormat(file_path):
20 with open(file_path, 'r') as f:
22 if file_content != GetFormattedJSONString(file_path):
25 (__file__, file_path))
29 def Format(file_path):
30 formatted_JSON_string = GetFormattedJSONString(file_path)
31 with open(file_path, 'w') as f:
51 Format(options.file_path)
[all …]
H A Dcloud_storage27 file_path = root
30 file_path = path
32 return file_path, hash_path
48 file_path, hash_path = _GetPaths(path)
50 if file_path in file_buckets:
58 file_buckets[file_path] = []
61 file_buckets[file_path].append(bucket)
103 for file_path, buckets in sorted(files.iteritems()):
108 print '%-11s %s' % ('not found', file_path)
178 for file_path in args.files:
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/lfs/
H A Dfile_transformer_spec.rb19 subject.new_file(file_path, file_content)
23 result = subject.new_file(file_path, file_content)
45 subject.new_file(file_path, file_content)
50 subject.new_file(file_path, file_content)
68 let(:file) { Tempfile.new(file_path) }
80 subject.new_file(file_path, file)
90 subject.new_file(file_path, file)
96 subject.new_file(file_path, file)
116 subject.new_file(file_path, file_content)
121 subject.new_file(file_path, file_content)
[all …]
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/src/util/posix/
H A Dpid_file.cc31 file_path { file_path_ },
48 file_path, e.what()); in ~PIDFile()
60 file_path, e.what()); in isExecuting()
100 if (!fs::exists(file_path)) { in read()
104 if (!fs::is_regular_file(file_path)) { in read()
109 if (!lth_file::file_readable(file_path)) { in read()
113 auto pid_txt = lth_file::read(file_path); in read()
130 file_path); in cleanup()
134 if (fs::exists(file_path) && fs::is_regular_file(file_path)) { in cleanup()
135 if (lth_file::file_readable(file_path)) { in cleanup()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_unittest.cc90 File file(file_path, in TEST()
100 File file(file_path, in TEST()
115 File file(file_path, in TEST()
145 File file(file_path, in TEST()
170 File file(file_path, in TEST()
317 File file(file_path, in TEST()
461 FilePath file_path = local
671 file_path,
693 file_path,
700 file_path,
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_unittest.cc90 File file(file_path, in TEST()
100 File file(file_path, in TEST()
115 File file(file_path, in TEST()
145 File file(file_path, in TEST()
170 File file(file_path, in TEST()
317 File file(file_path, in TEST()
461 FilePath file_path = local
671 file_path,
693 file_path,
700 file_path,
[all …]
/dports/audio/lilv/lilv-0.24.12/test/
H A Dtest_filesystem.c252 FILE* f = fopen(file_path, "w"); in test_path_canonical()
285 assert(!lilv_remove(file_path)); in test_path_canonical()
292 free(file_path); in test_path_canonical()
304 FILE* f = fopen(file_path, "w"); in test_path_exists()
310 assert(!lilv_remove(file_path)); in test_path_exists()
313 free(file_path); in test_path_exists()
335 free(file_path); in test_is_directory()
358 f = fopen(file_path, "w"); in test_copy_file()
371 free(file_path); in test_copy_file()
392 free(file_path); in test_flock()
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-fs-0.1.7/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-fs-0.1.7/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-fs-0.1.6/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-fs-0.1.6/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-fs/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-fs-0.1.7/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-fs-0.1.7/tests/
H A Dfile.rs37 let file_path = file_path.clone(); in read_write() localVariable
40 File::create(file_path) in read_write()
51 let dst = fs::read(&file_path).unwrap(); in read_write()
55 File::open(file_path) in read_write()
90 read(file_path).then(move |res| { in read_write_helpers()
107 let file_path = file_path.clone(); in metadata() localVariable
108 let file_path2 = file_path.clone(); in metadata()
109 let file_path3 = file_path.clone(); in metadata()
111 tokio_fs::metadata(file_path) in metadata()
138 .open(file_path) in seek()
[all …]

12345678910>>...575