Home
last modified time | relevance | path

Searched refs:trimmed_path (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc73 bool IsNTPath(const base::string16& path, base::string16* trimmed_path) { in IsNTPath() argument
76 *trimmed_path = path; in IsNTPath()
80 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
86 bool IsDevicePath(const base::string16& path, base::string16* trimmed_path) { in IsDevicePath() argument
90 *trimmed_path = path; in IsDevicePath()
94 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
115 base::string16* trimmed_path, in IsDeviceHarddiskPath() argument
124 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/server/
H A Dhttp_handler.h112 const std::string& trimmed_path,
114 void PrepareResponse(const std::string& trimmed_path,
121 const std::string& trimmed_path,
127 const std::string& trimmed_path,
H A Dhttp_handler.cc1031 const std::string& trimmed_path, in HandleCommand() argument
1040 trimmed_path, send_response_func, in HandleCommand()
1041 Status(kUnknownCommand, "unknown command: " + trimmed_path), in HandleCommand()
1064 PrepareResponse(trimmed_path, send_response_func, in HandleCommand()
1080 PrepareResponse(trimmed_path, send_response_func, in HandleCommand()
1096 const std::string& trimmed_path, in PrepareResponse() argument
1106 trimmed_path, status, std::move(value), session_id); in PrepareResponse()
1108 response = PrepareLegacyResponse(trimmed_path, in PrepareResponse()
1113 if (trimmed_path == kShutdownPath) in PrepareResponse()
1118 const std::string& trimmed_path, in PrepareLegacyResponse() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const std::wstring& path, std::wstring* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const std::wstring& path, std::wstring* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 std::wstring* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const base::string16& path, base::string16* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const base::string16& path, base::string16* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 base::string16* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const std::wstring& path, std::wstring* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const std::wstring& path, std::wstring* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 std::wstring* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cloud_devices/common/
H A Dcloud_devices_urls.cc52 std::string trimmed_path; in GetCloudPrintRelativeURL() local
53 base::TrimString(relative_path, kURLPathSeparator, &trimmed_path); in GetCloudPrintRelativeURL()
55 path += trimmed_path; in GetCloudPrintRelativeURL()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const std::wstring& path, std::wstring* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const std::wstring& path, std::wstring* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 std::wstring* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const std::wstring& path, std::wstring* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const std::wstring& path, std::wstring* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 std::wstring* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc77 bool IsNTPath(const std::wstring& path, std::wstring* trimmed_path) { in IsNTPath() argument
80 *trimmed_path = path; in IsNTPath()
84 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
90 bool IsDevicePath(const std::wstring& path, std::wstring* trimmed_path) { in IsDevicePath() argument
94 *trimmed_path = path; in IsDevicePath()
98 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
119 std::wstring* trimmed_path, in IsDeviceHarddiskPath() argument
128 *trimmed_path = path.substr(offset + 1); in IsDeviceHarddiskPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cloud_devices/common/
H A Dcloud_devices_urls.cc46 std::string trimmed_path; in GetCloudPrintRelativeURL() local
47 base::TrimString(relative_path, kURLPathSeparator, &trimmed_path); in GetCloudPrintRelativeURL()
49 path += trimmed_path; in GetCloudPrintRelativeURL()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dwin_utils.cc63 bool IsNTPath(const base::string16& path, base::string16* trimmed_path ) { in IsNTPath() argument
66 *trimmed_path = path; in IsNTPath()
70 *trimmed_path = path.substr(sandbox::kNTPrefixLen); in IsNTPath()
76 bool IsDevicePath(const base::string16& path, base::string16* trimmed_path ) { in IsDevicePath() argument
80 *trimmed_path = path; in IsDevicePath()
84 *trimmed_path = path.substr(sandbox::kNTDevicePrefixLen); in IsDevicePath()
/dports/devel/ccls/ccls-0.20210330/src/
H A Dinclude_complete.cc165 std::string trimmed_path = path; in addFile() local
166 int kind = trimPath(project_, trimmed_path); in addFile()
167 CompletionItem item = buildCompletionItem(trimmed_path, kind); in addFile()
/dports/devel/cquery/cquery-20180718/src/
H A Dinclude_complete.cc161 std::string trimmed_path = absolute_path; in AddFile() local
163 TrimPath(project_, g_config->projectRoot, &trimmed_path); in AddFile()
165 BuildCompletionItem(trimmed_path, use_angle_brackets, false /*is_stl*/); in AddFile()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/wasi-common/src/
H A Dvirtfs.rs717 let trimmed_path = path.trim_end_matches('/'); in remove_directory() localVariable
719 match entries.entry(Path::new(trimmed_path).to_path_buf()) { in remove_directory()
750 trimmed_path in remove_directory()
757 let trimmed_path = path.trim_end_matches('/'); in unlink_file() localVariable
762 if trimmed_path == "." || trimmed_path == ".." { in unlink_file()
767 match entries.entry(Path::new(trimmed_path).to_path_buf()) { in unlink_file()
791 trimmed_path in unlink_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/policy/core/browser/
H A Durl_blocklist_manager.cc106 base::StringPiece trimmed_path = in BypassBlocklistWildcardForURL() local
108 if (scheme == kIosNtpAboutScheme && trimmed_path == kIosNtpHost) { in BypassBlocklistWildcardForURL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/
H A Ddevtools_ui_data_source_unittest.cc88 std::string trimmed_path = path.substr(1); in StartRequest() local
91 GURL("chrome://any-host/" + trimmed_path), std::move(wc_getter), in StartRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/
H A Ddevtools_ui_data_source_unittest.cc89 std::string trimmed_path = path.substr(1); in StartRequest() local
92 GURL("chrome://any-host/" + trimmed_path), std::move(wc_getter), in StartRequest()
/dports/chinese/librime/librime-1.7.3/src/rime/config/
H A Dconfig_data.cc213 auto trimmed_path = boost::trim_left_copy_if(path, is_separator); in SplitPath() local
214 boost::split(keys, trimmed_path, is_separator); in SplitPath()
/dports/games/libretro-prboom/libretro-prboom-cc80175/libretro/libretro-common/file/
H A Dfile_path.c764 const char *trimmed_path, *trimmed_base; in path_relative_to() local
777 trimmed_path = path+i; in path_relative_to()
786 return strlcat(out, trimmed_path, size); in path_relative_to()
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/libretro-common/file/
H A Dfile_path.c796 const char *trimmed_path, *trimmed_base; in path_relative_to() local
811 trimmed_path = path+j; in path_relative_to()
820 return strlcat(out, trimmed_path, size); in path_relative_to()
/dports/games/libretro-genesis_plus_gx/Genesis-Plus-GX-7f83bc5/libretro/libretro-common/file/
H A Dfile_path.c804 const char *trimmed_path, *trimmed_base; in path_relative_to() local
820 trimmed_path = path+i; in path_relative_to()
828 strlcat(out, trimmed_path, size); in path_relative_to()
/dports/games/libretro-beetle_supergrafx/beetle-supergrafx-libretro-c4dd156/libretro-common/file/
H A Dfile_path.c796 const char *trimmed_path, *trimmed_base; in path_relative_to() local
811 trimmed_path = path+j; in path_relative_to()
820 return strlcat(out, trimmed_path, size); in path_relative_to()
/dports/games/kodi-addon-game.libretro.genplus/game.libretro.genplus-1.7.4.15-Matrix/depends/common/genplus/libretro/libretro-common/file/
H A Dfile_path.c804 const char *trimmed_path, *trimmed_base; in path_relative_to() local
820 trimmed_path = path+i; in path_relative_to()
828 strlcat(out, trimmed_path, size); in path_relative_to()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/libretro-common/file/
H A Dfile_path.c800 const char *trimmed_path, *trimmed_base; in path_relative_to() local
815 trimmed_path = path+j; in path_relative_to()
824 return strlcat(out, trimmed_path, size); in path_relative_to()

12