Lines Matching defs:path
60 size_t PathUtils::rootPrefixSize(const std::string& path, HostType hostType) { in rootPrefixSize()
90 bool PathUtils::isAbsolute(const char* path, HostType hostType) { in isAbsolute()
102 std::string_view PathUtils::extension(const std::string& path, in extension()
125 std::string PathUtils::removeTrailingDirSeparator(const char* path, in removeTrailingDirSeparator()
136 std::string PathUtils::addTrailingDirSeparator(const char* path, in addTrailingDirSeparator()
146 bool PathUtils::split(const char* path, in split()
216 static std::vector<String> decomposeImpl(const String& path, PathUtils::HostType hostType) { in decomposeImpl()
242 std::vector<std::string> PathUtils::decompose(std::string&& path, in decompose()
247 std::vector<std::string> PathUtils::decompose(const std::string& path, in decompose()
329 const std::string& path, in relativeTo()
372 Win32UnicodeString win32Path(const char* path) { in win32Path()
408 bool pathExists(const char* path) { in pathExists()
438 std::string PathUtils::addTrailingDirSeparator(const std::string& path, in addTrailingDirSeparator()