Home
last modified time | relevance | path

Searched +defs:path +defs:result (Results 1 – 25 of 41542) sorted by relevance

12345678910>>...1662

/dports/math/geogram/geogram-1.7.7/src/lib/geogram/basic/
H A Dfile_system.cpp143 const std::string& path, std::vector<std::string>& result in get_directory_entries()
346 const std::string& path, std::vector<std::string>& result in get_directory_entries()
719 const std::string& path, std::vector<std::string>& result in get_directory_entries()
772 std::string result; in normalized_path() local
789 std::string result; in load_file_as_string() local
825 std::string result; in load_file_as_string() local
844 std::string result; in is_file() local
860 std::string result; in is_directory() local
876 std::string result; in create_directory() local
938 const std::string& path, std::vector<std::string>& result in get_directory_entries()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/
H A Dglue.cc187 int result; in get_int() local
1046 glue_mkdir(const char *path, int mode) in glue_mkdir()
1095 glue_catfile(const char *path) in glue_catfile()
1118 glue_chmod(const char *path, int mode) in glue_chmod()
1142 glue_rmdir(const char *path) in glue_rmdir()
1165 glue_rmdir_bg(const char *path) in glue_rmdir_bg()
1236 glue_unlink(const char *path) in glue_unlink()
1283 glue_access(const char *path, int mode) in glue_access()
1446 char *path; member
2102 glue_creat(const char *path, int mode) in glue_creat()
[all …]
/dports/devel/aegis/aegis-4.25.D510/libaegis/os/
H A Dpathconf.cc29 pathconf_inner(const char *path, int arg) in pathconf_inner()
32 long result; in pathconf_inner() local
69 pathconf_wrapper(const char *path, int arg, long default_value) in pathconf_wrapper()
72 long result; in pathconf_wrapper() local
97 os_pathconf_path_max(string_ty *path) in os_pathconf_path_max()
104 os_pathconf_path_max(const nstring &path) in os_pathconf_path_max()
107 long result = 1024; in os_pathconf_path_max() local
123 os_pathconf_name_max(string_ty *path) in os_pathconf_name_max()
130 os_pathconf_name_max(const nstring &path) in os_pathconf_name_max()
134 long result = 255; in os_pathconf_name_max() local
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/pcp/
H A DcomposeSite.cpp105 RefOrPayloadType result( assetPath, in _PcpComposeSiteReferencesOrPayloads() local
130 SdfReferenceVector *result, in PcpComposeSiteReferences()
140 SdfPayloadVector *result, in PcpComposeSitePayloads()
187 SdfSiteVector *result) in PcpComposeSitePrimSites()
198 SdfRelocatesMap *result) in PcpComposeSiteRelocates()
234 { in _ComposeSiteListOpWithSourceInfo()
252 const SdfPath &path, SdfPathVector *result, in PcpComposeSiteInherits()
261 const SdfPath &path, SdfPathVector *result) in PcpComposeSiteInherits()
275 const SdfPath &path, SdfPathVector *result, in PcpComposeSiteSpecializes()
284 SdfPath const &path, SdfPathVector *result) in PcpComposeSiteSpecializes()
[all …]
/dports/net/unfs3/unfs3-0.9.22/
H A Dnfs.c79 nfsstat3 cat_name(const char *path, const char *name, char *result) in cat_name()
134 char *path; in nfsproc3_getattr_3_svc() local
170 char *path; in nfsproc3_setattr_3_svc() local
190 char *path; in nfsproc3_lookup_3_svc() local
237 char *path; in nfsproc3_access_3_svc() local
305 char *path; in nfsproc3_readlink_3_svc() local
332 char *path; in nfsproc3_read_3_svc() local
399 char *path; in nfsproc3_write_3_svc() local
483 char *path; in nfsproc3_create_3_svc() local
589 char *path; in nfsproc3_mkdir_3_svc() local
[all …]
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dfs_unix.h32 bool is_file(const std::string& path) in is_file()
38 bool is_directory(const std::string& path) in is_directory()
44 void make_directory(const std::string& path) in make_directory()
46 int result = mkdir(path.c_str(), 0777); in make_directory() local
53 size_t file_size(const std::string& path) in file_size()
61 int result = std::rename(src.c_str(), dst.c_str()); in move_file() local
67 void delete_file(const std::string& path) in delete_file()
69 int result = unlink(path.c_str()); in delete_file() local
84 int result = stat(path.c_str(), &sts); in remove_readonly_attr() local
96 int result = stat(path.c_str(), &sts); in get_modification_time() local
[all …]
H A Dfs_win32.h19 bool is_file(const std::string& path) in is_file()
29 bool is_directory(const std::string& path) in is_directory()
37 size_t file_size(const std::string& path) in file_size()
45 BOOL result = ::MoveFile(from_utf8(src).c_str(), from_utf8(dst).c_str()); in move_file() local
50 void delete_file(const std::string& path) in delete_file()
52 BOOL result = ::DeleteFile(from_utf8(path).c_str()); in delete_file() local
94 void make_directory(const std::string& path) in make_directory()
96 BOOL result = ::CreateDirectory(from_utf8(path).c_str(), NULL); in make_directory() local
103 BOOL result = ::RemoveDirectory(from_utf8(path).c_str()); in remove_directory() local
129 DWORD result = ::GetTempPath(sizeof(buffer)/sizeof(TCHAR), buffer); in get_temp_path() local
[all …]
/dports/devel/bear/Bear-3.0.17/source/libsys/test/
H A DPathTest.cc26 TEST(path, split_produces_empty_list_for_empty_string) in TEST() argument
28 const auto result = sys::path::split(""); in TEST() local
33 TEST(path, split_produces_list_for_single_entry) in TEST() argument
35 const auto result = sys::path::split("/path/to"); in TEST() local
41 TEST(path, split_produces_list_for_multiple_entries) in TEST() argument
49 TEST(path, join_empty_list) in TEST() argument
53 const auto result = sys::path::join(input); in TEST() local
58 TEST(path, join_single_entry) in TEST() argument
62 const auto result = sys::path::join(input); in TEST() local
68 TEST(path, join_multiple_entries) in TEST() argument
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Tools/mlir-lsp-server/lsp/
H A DProtocol.cpp52 static bool isWindowsPath(StringRef path) { in isWindowsPath()
56 static bool isNetworkPath(StringRef path) { in isNetworkPath()
99 std::string result; in percentDecode() local
162 SmallString<128> path; in getAbsolutePath() local
254 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
295 InitializeParams &result, llvm::json::Path path) { in fromJSON()
310 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
426 ReferenceContext &result, llvm::json::Path path) { in fromJSON()
432 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
542 DocumentSymbolParams &result, llvm::json::Path path) { in fromJSON()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Tools/mlir-lsp-server/lsp/
H A DProtocol.cpp52 static bool isWindowsPath(StringRef path) { in isWindowsPath()
56 static bool isNetworkPath(StringRef path) { in isNetworkPath()
99 std::string result; in percentDecode() local
162 SmallString<128> path; in getAbsolutePath() local
254 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
295 InitializeParams &result, llvm::json::Path path) { in fromJSON()
310 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
426 ReferenceContext &result, llvm::json::Path path) { in fromJSON()
432 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
542 DocumentSymbolParams &result, llvm::json::Path path) { in fromJSON()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Tools/mlir-lsp-server/lsp/
H A DProtocol.cpp52 static bool isWindowsPath(StringRef path) { in isWindowsPath()
56 static bool isNetworkPath(StringRef path) { in isNetworkPath()
99 std::string result; in percentDecode() local
162 SmallString<128> path; in getAbsolutePath() local
254 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
295 InitializeParams &result, llvm::json::Path path) { in fromJSON()
310 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
426 ReferenceContext &result, llvm::json::Path path) { in fromJSON()
432 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
542 DocumentSymbolParams &result, llvm::json::Path path) { in fromJSON()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Tools/mlir-lsp-server/lsp/
H A DProtocol.cpp52 static bool isWindowsPath(StringRef path) { in isWindowsPath()
56 static bool isNetworkPath(StringRef path) { in isNetworkPath()
99 std::string result; in percentDecode() local
162 SmallString<128> path; in getAbsolutePath() local
254 ClientCapabilities &result, llvm::json::Path path) { in fromJSON()
295 InitializeParams &result, llvm::json::Path path) { in fromJSON()
310 TextDocumentItem &result, llvm::json::Path path) { in fromJSON()
426 ReferenceContext &result, llvm::json::Path path) { in fromJSON()
432 ReferenceParams &result, llvm::json::Path path) { in fromJSON()
542 DocumentSymbolParams &result, llvm::json::Path path) { in fromJSON()
[all …]
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/
H A DPreference.h40 bool read(wxConfigBase* config, const IO::Path& path, T& result) const { return false; } in read()
47 bool read(wxConfigBase* config, const IO::Path& path, bool& result) const { in read()
69 bool read(wxConfigBase* config, const IO::Path& path, int& result) const { in read()
91 bool read(wxConfigBase* config, const IO::Path& path, float& result) const { in read()
113 bool read(wxConfigBase* config, const IO::Path& path, double& result) const { in read()
135 bool read(wxConfigBase* config, const IO::Path& path, String& result) const { in read()
152 bool read(wxConfigBase* config, const IO::Path& path, Color& result) const { in read()
186 bool read(wxConfigBase* config, const IO::Path& path, IO::Path& result) const { in read()
203 bool read(wxConfigBase* config, const IO::Path& path, ConfigEntry::Ptr& result) const { in read()
224 bool read(wxConfigBase* config, const IO::Path& path, std::vector<S>& result) const { in read()
[all …]
/dports/devel/ncurses/ncurses-6.3/ncurses/tinfo/
H A Daccess.c61 char *result = _nc_basename(path); in NCURSES_EXPORT() local
87 _nc_is_abs_path(const char *path) in _nc_is_abs_path()
102 _nc_pathlast(const char *path) in _nc_pathlast()
117 _nc_basename(char *path) in _nc_basename()
125 int result; in _nc_access() local
155 _nc_is_dir_path(const char *path) in _nc_is_dir_path()
157 bool result = FALSE; in _nc_is_dir_path() local
170 bool result = FALSE; in _nc_is_file_path() local
214 int result = TRUE; in _nc_env_access() local
232 FILE *result = NULL; in _nc_safe_fopen() local
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_get_url/library/
H A Dwin_defender_exclusion.ps19 $path = Get-AnsibleParam -obj $params -name "path" -type "path" -failifempty $true variable
12 $result = @{ variable
20 Exit-Json -obj $result variable
29 if ($path -in $exclusions) { variable
30 Remove-MpPreference -ExclusionPath $path variable
34 if ($path -notin $exclusions) { variable
35 Add-MpPreference -ExclusionPath $path variable
40 Exit-Json -obj $result variable
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_get_url/library/
H A Dwin_defender_exclusion.ps19 $path = Get-AnsibleParam -obj $params -name "path" -type "path" -failifempty $true variable
12 $result = @{ variable
20 Exit-Json -obj $result variable
29 if ($path -in $exclusions) { variable
30 Remove-MpPreference -ExclusionPath $path variable
34 if ($path -notin $exclusions) { variable
35 Add-MpPreference -ExclusionPath $path variable
40 Exit-Json -obj $result variable
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptFile.cpp53 NPT_String result = path; in BaseName() local
73 NPT_FilePath::DirName(const char* path) in DirName()
75 NPT_String result = path; in DirName() local
94 NPT_FilePath::FileExtension(const char* path) in FileExtension()
96 NPT_String result = path; in FileExtension() local
116 NPT_String result = directory; in Create() local
158 NPT_Result result = NPT_File::CreateDir(full_path); in CreateDir() local
206 NPT_Result result = file.Open(mode); in Load() local
231 NPT_Result result = file.Open(mode); in Load() local
335 NPT_Result result = GetInfo(info); in GetSize() local
[all …]
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptFile.cpp53 NPT_String result = path; in BaseName() local
73 NPT_FilePath::DirName(const char* path) in DirName()
75 NPT_String result = path; in DirName() local
94 NPT_FilePath::FileExtension(const char* path) in FileExtension()
96 NPT_String result = path; in FileExtension() local
116 NPT_String result = directory; in Create() local
158 NPT_Result result = NPT_File::CreateDir(full_path); in CreateDir() local
206 NPT_Result result = file.Open(mode); in Load() local
231 NPT_Result result = file.Open(mode); in Load() local
335 NPT_Result result = GetInfo(info); in GetSize() local
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/
H A Dpath_utils.cc18 bool GetDataDirectory(FilePath* result) { in GetDataDirectory()
20 ScopedJavaLocalRef<jstring> path = Java_PathUtils_getDataDirectory(env); in GetDataDirectory() local
26 bool GetCacheDirectory(FilePath* result) { in GetCacheDirectory()
28 ScopedJavaLocalRef<jstring> path = Java_PathUtils_getCacheDirectory(env); in GetCacheDirectory() local
34 bool GetThumbnailCacheDirectory(FilePath* result) { in GetThumbnailCacheDirectory()
36 ScopedJavaLocalRef<jstring> path = in GetThumbnailCacheDirectory() local
43 bool GetDownloadsDirectory(FilePath* result) { in GetDownloadsDirectory()
63 bool GetNativeLibraryDirectory(FilePath* result) { in GetNativeLibraryDirectory()
65 ScopedJavaLocalRef<jstring> path = in GetNativeLibraryDirectory() local
72 bool GetExternalStorageDirectory(FilePath* result) { in GetExternalStorageDirectory()
[all …]
/dports/databases/py-sqlalchemy-utils/SQLAlchemy-Utils-0.37.9/tests/primitives/
H A Dtest_ltree.py48 def test_validate_with_invalid_path(self, path): argument
63 def test_length(self, path, length): argument
75 def test_index(self, path, subpath, index): argument
86 def test_getitem(self, path, item_slice, result): argument
98 def test_lca(self, path, others, result): argument
108 def test_add(self, path, other, result): argument
118 def test_radd(self, path, other, result): argument
128 def test_iadd(self, path, other, result): argument
142 def test_contains(self, path, other, result): argument
157 def test_ancestor_of(self, path, other, result): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/fuzz/
H A DFuzzPathop.cpp37 SkPath result; in DEF_FUZZ() local
42 SkPath path; in DEF_FUZZ() local
48 SkPath result; in DEF_FUZZ() local
58 SkPath path; in DEF_FUZZ() local
72 SkPath result; in DEF_FUZZ() local
84 SkPath path; in DEF_FUZZ() local
90 SkPath result; in DEF_FUZZ() local
100 SkPath path; in DEF_FUZZ() local
106 SkRect result; in DEF_FUZZ() local
189 SkPath path; in DEF_FUZZ() local
[all …]
/dports/x11/lxqt-globalkeys/lxqt-globalkeys-1.0.0/daemon/
H A Dnative_adaptor.cpp42 QPair<QString, qulonglong> result; in addClientAction() local
49 bool NativeAdaptor::modifyClientAction(const QDBusObjectPath &path, const QString &description) in modifyClientAction()
51 qulonglong result; in modifyClientAction() local
58 QPair<QString, qulonglong> result; in changeClientActionShortcut() local
64 bool NativeAdaptor::removeClientAction(const QDBusObjectPath &path) in removeClientAction()
66 bool result; in removeClientAction() local
71 bool NativeAdaptor::deactivateClientAction(const QDBusObjectPath &path) in deactivateClientAction()
73 bool result; in deactivateClientAction() local
78 bool NativeAdaptor::enableClientAction(const QDBusObjectPath &path, bool enabled) in enableClientAction()
80 bool result; in enableClientAction() local
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/windows/
H A Dwin_audit_rule.ps113 $path = Get-AnsibleParam -obj $params -name "path" -type "path" -failifempty $true -aliases "destin… variable
22 If (-not (Test-Path -Path $path) ) variable
24 Fail-Json -obj $result -message "defined path ($path) is not found/invalid" variable
28 Function Get-CurrentAuditRules ($path) { in Get-CurrentAuditRules()
50 "No audit rules defined on $path" in Get-CurrentAuditRules() variable
55 $result = @{ variable
57 current_audit_rules = Get-CurrentAuditRules $path variable
97 Exit-Json -obj $result variable
162 Exit-Json -obj $result variable
183 Set-Acl -Path $path -ACLObject $ACL -WhatIf:$check_mode variable
[all …]
H A Dwin_file.ps115 $path = Get-AnsibleParam -obj $params -name "path" -type "path" -failifempty $true -aliases "dest",… variable
21 $path = Join-Path -Path $path -ChildPath $original_basename variable
24 $result = @{ variable
93 if (Test-Path -LiteralPath $path) { variable
104 if (Test-Path -LiteralPath $path) { variable
111 Fail-Json $result "path $path is not a directory" variable
115 Fail-Json $result "path $path is not a file" variable
121 # If state is not supplied, test the $path to see if it looks like variable
142 Fail-Json $result $_.Exception.Message variable
147 Fail-Json $result "path $path will not be created" variable
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/windows/plugins/modules/
H A Dwin_audit_rule.ps113 $path = Get-AnsibleParam -obj $params -name "path" -type "path" -failifempty $true -aliases "destin… variable
22 If (-not (Test-Path -Path $path) ) variable
24 Fail-Json -obj $result -message "defined path ($path) is not found/invalid" variable
28 Function Get-CurrentAuditRules ($path) { in Get-CurrentAuditRules()
50 "No audit rules defined on $path" in Get-CurrentAuditRules() variable
55 $result = @{ variable
57 current_audit_rules = Get-CurrentAuditRules $path variable
97 Exit-Json -obj $result variable
162 Exit-Json -obj $result variable
183 Set-Acl -Path $path -ACLObject $ACL -WhatIf:$check_mode variable
[all …]

12345678910>>...1662