Home
last modified time | relevance | path

Searched refs:nt_path (Results 1 – 25 of 142) sorted by relevance

123456

/dports/net/samba412/samba-4.12.15/libgpo/
H A Dgpo_fetch.c37 char **nt_path, in gpo_explode_filesyspath() argument
44 *nt_path = NULL; in gpo_explode_filesyspath()
61 if ((*nt_path = talloc_asprintf(mem_ctx, "\\%s", file_sys_path)) in gpo_explode_filesyspath()
65 NT_STATUS_HAVE_NO_MEMORY(*nt_path); in gpo_explode_filesyspath()
157 char *server, *service, *nt_path, *unix_path; in gpo_fetch_files() local
163 &server, &service, &nt_path, in gpo_fetch_files()
176 nt_ini_path = talloc_asprintf(mem_ctx, "%s\\%s", nt_path, GPT_INI); in gpo_fetch_files()
183 result = gpo_sync_directories(mem_ctx, cli, nt_path, unix_path); in gpo_fetch_files()
H A Dgpo_filesync.c42 const char *nt_path, in gpo_copy_file() argument
53 result = cli_open(cli, nt_path, O_RDONLY, DENY_NONE, &fnum); in gpo_copy_file()
227 const char *nt_path, in gpo_sync_directories() argument
234 ctx.remote_path = discard_const_p(char, nt_path); in gpo_sync_directories()
240 nt_path); in gpo_sync_directories()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
H A Dwin_util.h140 static bool GetNtPath(const std::wstring &dos_path, std::wstring *nt_path);
146 static bool GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path);
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
H A Dwin_util.h140 static bool GetNtPath(const std::wstring &dos_path, std::wstring *nt_path);
146 static bool GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path);
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
H A Dwin_util.h140 static bool GetNtPath(const std::wstring &dos_path, std::wstring *nt_path);
146 static bool GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path);
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
H A Dwin_util.h140 static bool GetNtPath(const std::wstring &dos_path, std::wstring *nt_path);
146 static bool GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path);
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/base/
H A Dwin_util_test.cc41 bool LooksLikeNtPath(const std::wstring &nt_path) { in LooksLikeNtPath() argument
44 return nt_path.find(kPrefix) != std::wstring::npos; in LooksLikeNtPath()
234 std::wstring nt_path; in TEST() local
236 &nt_path)); in TEST()
237 EXPECT_TRUE(LooksLikeNtPath(nt_path)); in TEST()
H A Dwin_util.cc450 bool WinUtil::GetNtPath(const std::wstring &dos_path, std::wstring *nt_path) { in GetNtPath() argument
451 if (nt_path == nullptr) { in GetNtPath()
455 nt_path->clear(); in GetNtPath()
483 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetNtPath()
487 bool WinUtil::GetProcessInitialNtPath(DWORD pid, std::wstring *nt_path) { in GetProcessInitialNtPath() argument
488 if (nt_path == nullptr) { in GetProcessInitialNtPath()
491 nt_path->clear(); in GetProcessInitialNtPath()
513 nt_path->assign(ntpath_buffer.get(), copied_len_without_null); in GetProcessInitialNtPath()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_ntpath_in_SignedPolicy_GenerateRules.patch59 + base::FilePath nt_path(nt_path_name);
60 + nt_filename = nt_path.Append(file_path.BaseName());
65 - base::FilePath nt_path(nt_path_name);
66 - std::wstring nt_filename = nt_path.Append(file_path.BaseName()).value();
/dports/www/firefox/firefox-99.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_ntpath_in_SignedPolicy_GenerateRules.patch59 + base::FilePath nt_path(nt_path_name);
60 + nt_filename = nt_path.Append(file_path.BaseName());
65 - base::FilePath nt_path(nt_path_name);
66 - std::wstring nt_filename = nt_path.Append(file_path.BaseName()).value();
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium-shim/patches/after_update/
H A Dallow_ntpath_in_SignedPolicy_GenerateRules.patch59 + base::FilePath nt_path(nt_path_name);
60 + nt_filename = nt_path.Append(file_path.BaseName());
65 - base::FilePath nt_path(nt_path_name);
66 - std::wstring nt_filename = nt_path.Append(file_path.BaseName()).value();
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc169 bool nt_path = IsNTPath(full_path, &path); in IsReparsePoint() local
173 if (!has_drive && !is_device_path && !nt_path) in IsReparsePoint()
241 bool nt_path = IsNTPath(path, &path); in SameObject() local
244 if (!has_drive && nt_path) { in SameObject()
386 base::string16* nt_path) { in GetNtPathFromWin32Path() argument
392 bool rv = GetPathFromHandle(file, nt_path); in GetNtPathFromWin32Path()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dsigned_policy.cc32 base::FilePath nt_path(nt_path_name); in GenerateRules() local
33 std::wstring nt_filename = nt_path.Append(file_path.BaseName()).value(); in GenerateRules()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dsigned_policy.cc32 base::FilePath nt_path(nt_path_name); in GenerateRules() local
33 std::wstring nt_filename = nt_path.Append(file_path.BaseName()).value(); in GenerateRules()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc205 bool nt_path = IsNTPath(full_path, &path); in IsReparsePoint() local
209 if (!has_drive && !is_device_path && !nt_path) in IsReparsePoint()
277 bool nt_path = IsNTPath(path, &path); in SameObject() local
280 if (!has_drive && nt_path) { in SameObject()
449 base::string16* nt_path) { in GetNtPathFromWin32Path() argument
455 bool rv = GetPathFromHandle(file, nt_path); in GetNtPathFromWin32Path()

123456