Home
last modified time | relevance | path

Searched refs:status_path (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/security/openct/openct-0.6.20/src/ct/
H A Dstatus.c36 char status_path[PATH_MAX]; in ct_map_status() local
38 if (!ct_format_path(status_path, PATH_MAX, "status")) { in ct_map_status()
42 if ((fd = open(status_path, flags)) < 0) { in ct_map_status()
48 ct_error("unable to stat %s: %m", status_path); in ct_map_status()
68 char status_path[PATH_MAX]; in ct_status_destroy() local
70 if (!ct_format_path(status_path, PATH_MAX, "status")) { in ct_status_destroy()
74 return unlink(status_path); in ct_status_destroy()
80 char status_path[PATH_MAX]; in ct_status_clear() local
86 unlink(status_path); in ct_status_clear()
90 ct_error("cannot create %s: %m", status_path); in ct_status_clear()
[all …]
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/data/ext/sample_ext-1.3.0/
H A Dsample.py32 status_path = os.path.join(os.getcwd(), "status") variable
33 if not os.path.exists(status_path):
34 os.makedirs(status_path)
35 status_file = os.path.join(status_path, "{0}.status".format(seq))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/controller/
H A Dmemory_usage_monitor_posix_test.cc39 base::FilePath status_path; in TEST() local
40 EXPECT_TRUE(base::CreateTemporaryFile(&status_path)); in TEST()
42 base::WriteFile(status_path, kStatusFile, sizeof(kStatusFile))); in TEST()
43 base::File status_file(status_path, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/controller/
H A Dmemory_usage_monitor_posix_test.cc39 base::FilePath status_path; in TEST() local
40 EXPECT_TRUE(base::CreateTemporaryFile(&status_path)); in TEST()
42 base::WriteFile(status_path, kStatusFile, sizeof(kStatusFile))); in TEST()
43 base::File status_file(status_path, in TEST()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/projects/serverless/functions/
H A Dindex.html.haml4 - status_path = project_serverless_functions_path(@project, format: :json)
7 .serverless-functions-page.js-serverless-functions-page{ data: { status_path: status_path,
/dports/security/py-stem/stem-1.8.0/stem/util/
H A Dproc.py198 status_path = '/proc/%s/status' % pid
199 uid_line = _get_line(status_path, 'Uid:', parameter)
203 _log_runtime(parameter, '%s[Uid]' % status_path, start_time)
206 exc = IOError('unable to parse the %s Uid entry: %s' % (status_path, uid_line))
229 status_path = '/proc/%s/status' % pid
230 mem_lines = _get_lines(status_path, ('VmRSS:', 'VmSize:'), parameter)
236 _log_runtime(parameter, '%s[VmRSS|VmSize]' % status_path, start_time)
239 …exc = IOError('unable to parse the %s VmRSS and VmSize entries: %s' % (status_path, ', '.join(mem_…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/views/clusters/clusters/
H A Dshow.html.haml7 - status_path = clusterable.cluster_status_cluster_path(@cluster.id, format: :json) if can?(current…
8 .edit-cluster-form.js-edit-cluster-form{ data: { status_path: status_path,
/dports/deskutils/py-vdirsyncer/vdirsyncer-0.18.0/vdirsyncer/cli/
H A Ddiscover.py38 def collections_for_pair(status_path, pair, from_cache=True, list_collections=False): argument
50 rv = load_status(status_path, pair.name, data_type="collections")
93 status_path,
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc161 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
162 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
165 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/test/backend/
H A Dtest_test_manifest.py77 status_path = mozpath.join(env.topobjdir, "config.status")
89 status_path,
/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/test/backend/
H A Dtest_test_manifest.py78 status_path = mozpath.join(env.topobjdir, 'config.status')
87 status_path]))
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/test/backend/
H A Dtest_test_manifest.py77 status_path = mozpath.join(env.topobjdir, "config.status")
89 status_path,
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/test/backend/
H A Dtest_test_manifest.py77 status_path = mozpath.join(env.topobjdir, "config.status")
89 status_path,
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/test/backend/
H A Dtest_test_manifest.py78 status_path = mozpath.join(env.topobjdir, 'config.status')
87 status_path]))
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc163 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
164 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
167 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc163 char status_path[NAME_MAX];
164 if (!BuildProcPath(status_path, tid, "status"))
167 const int fd = sys_open(status_path, O_RDONLY, 0);
/dports/www/otter-browser/otter-browser-1.0.03/3rdparty/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc163 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
164 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
167 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/breakpad-client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/breakpad/src/client/linux/minidump_writer/
H A Dlinux_ptrace_dumper.cc207 char status_path[NAME_MAX]; in GetThreadInfoByIndex() local
208 if (!BuildProcPath(status_path, tid, "status")) in GetThreadInfoByIndex()
211 const int fd = sys_open(status_path, O_RDONLY, 0); in GetThreadInfoByIndex()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/vcpkg-0.2.6/src/
H A Dlib.rs299 let status_path = base.join("vcpkg"); in find_vcpkg_target() localVariable
316 status_path: status_path, in find_vcpkg_target()
435 let status_filename = target.status_path.join("status"); in load_ports()
439 let status_update_dir = target.status_path.join("updates"); in load_ports()
493 &target.status_path, in load_ports()
543 status_path: PathBuf, field

12345678