Home
last modified time | relevance | path

Searched defs:PathUtil (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h35 struct PathUtil { struct
37 static BASE_NS::string NormalizePath(BASE_NS::string_view path) in NormalizePath()
92 static BASE_NS::string GetParentPath(BASE_NS::string_view path) in GetParentPath()
107 …S::string ResolvePath(BASE_NS::string_view parent, BASE_NS::string_view uri, bool allowQueryString) in ResolvePath()
134 … static BASE_NS::string GetRelativePath(BASE_NS::string_view path, BASE_NS::string_view relativeTo) in GetRelativePath()
179 static BASE_NS::string GetFilename(BASE_NS::string_view path) in GetFilename()
194 static BASE_NS::string GetExtension(BASE_NS::string_view path) in GetExtension()
208 static BASE_NS::string GetBaseName(BASE_NS::string_view path) in GetBaseName()
218 …BASE_NS::unordered_map<BASE_NS::string, BASE_NS::string> GetUriParameters(BASE_NS::string_view uri) in GetUriParameters()