Home
last modified time | relevance | path

Searched refs:EndsWithSeparator (Results 1 – 25 of 48) sorted by relevance

12

/dports/editors/texmaker/texmaker-5.0.3/pdfium/testing/utils/
H A Dpath_service.cpp21 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService
58 if (EndsWithSeparator(*path)) in GetExecutableDir()
72 if (!EndsWithSeparator(*path)) in GetSourceDir()
85 if (!EndsWithSeparator(*path)) in GetTestDataDir()
99 if (!EndsWithSeparator(*path)) in GetTestFilePath()
H A Dpath_service.h20 static bool EndsWithSeparator(const std::string& path);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/testing/utils/
H A Dpath_service.cpp56 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService
93 if (EndsWithSeparator(*path)) in GetExecutableDir()
107 if (!EndsWithSeparator(*path)) in GetSourceDir()
124 if (!EndsWithSeparator(*path)) in GetTestDataDir()
158 if (!EndsWithSeparator(*path)) in GetTestFilePath()
170 if (!EndsWithSeparator(*path)) in GetThirdPartyFilePath()
H A Dpath_service.h23 static bool EndsWithSeparator(const std::string& path);
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dfile_util.cc34 bool EndsWithSeparator(const FilePath& path) { in EndsWithSeparator() function
43 while (dir->length() > 1 && EndsWithSeparator(dir)) in TrimTrailingSeparator()
140 if (!EndsWithSeparator(path)) in AppendToPath()
177 bool EndsWithSeparator(std::wstring* path) { in EndsWithSeparator() function
178 return EndsWithSeparator(FilePath::FromWStringHack(*path)); in EndsWithSeparator()
180 bool EndsWithSeparator(const std::wstring& path) { in EndsWithSeparator() function
181 return EndsWithSeparator(FilePath::FromWStringHack(path)); in EndsWithSeparator()
203 if (path.empty() || EndsWithSeparator(path)) in GetFilenameFromPath()
H A Dfile_util.h39 bool EndsWithSeparator(const FilePath& path);
41 bool EndsWithSeparator(std::wstring* path);
42 bool EndsWithSeparator(const std::wstring& path);
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dfile_util.cc34 bool EndsWithSeparator(const FilePath& path) { in EndsWithSeparator() function
42 while (dir->length() > 1 && EndsWithSeparator(dir)) in TrimTrailingSeparator()
136 if (!EndsWithSeparator(path)) path->push_back(FilePath::kSeparators[0]); in AppendToPath()
170 bool EndsWithSeparator(std::wstring* path) { in EndsWithSeparator() function
171 return EndsWithSeparator(FilePath::FromWStringHack(*path)); in EndsWithSeparator()
173 bool EndsWithSeparator(const std::wstring& path) { in EndsWithSeparator() function
174 return EndsWithSeparator(FilePath::FromWStringHack(path)); in EndsWithSeparator()
195 if (path.empty() || EndsWithSeparator(path)) return std::wstring(); in GetFilenameFromPath()
H A Dfile_util.h39 bool EndsWithSeparator(const FilePath& path);
41 bool EndsWithSeparator(std::wstring* path);
42 bool EndsWithSeparator(const std::wstring& path);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/testing/utils/
H A Dpath_service.cpp56 bool PathService::EndsWithSeparator(const std::string& path) { in EndsWithSeparator() function in PathService
93 if (EndsWithSeparator(*path)) in GetExecutableDir()
107 if (!EndsWithSeparator(*path)) in GetSourceDir()
124 if (!EndsWithSeparator(*path)) in GetTestDataDir()
158 if (!EndsWithSeparator(*path)) in GetTestFilePath()
H A Dpath_service.h23 static bool EndsWithSeparator(const std::string& path);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/filesystem/
H A Ddom_file_path.h69 static bool EndsWithSeparator(const String& path) { in EndsWithSeparator() function
H A Ddom_file_path.cc46 if (!DOMFilePath::EndsWithSeparator(path)) in EnsureDirectoryPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/filesystem/
H A Ddom_file_path.h69 static bool EndsWithSeparator(const String& path) { in EndsWithSeparator() function
H A Ddom_file_path.cc46 if (!DOMFilePath::EndsWithSeparator(path)) in EnsureDirectoryPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_elf/
H A Dchrome_elf_test_stubs.cc30 if (!user_data_dir_path.empty() && user_data_dir_path.EndsWithSeparator()) in GetUserDataDirectoryThunk()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/base/
H A Dfilename_util_icu.cc33 if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator()) in IsSafePortableRelativePath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Dfilename_util_icu.cc33 if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator()) in IsSafePortableRelativePath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/files/
H A Dfile_path.h324 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/files/
H A Dfile_path.h325 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/devel/gn/gn-1962/src/base/files/
H A Dfile_path.h323 [[nodiscard]] bool EndsWithSeparator() const;
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/files/
H A Dfile_path.h324 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/files/
H A Dfile_path.h344 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/files/
H A Dfile_path.h344 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/files/
H A Dfile_path.h344 bool EndsWithSeparator() const WARN_UNUSED_RESULT;
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/files/
H A Dfile_path.h331 bool EndsWithSeparator() const WARN_UNUSED_RESULT;

12