Home
last modified time | relevance | path

Searched refs:remove_suffix (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dproxy_filesystem.cpp51 path.remove_suffix(1); in AppendSearchPath()
59 path.remove_suffix(1); in PrependSearchPath()
67 destination.remove_suffix(1); in RemoveSearchPath()
H A Drofs_filesystem.cpp158 path.remove_suffix(1U); in Trim()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dstring_util.h62 string.remove_suffix(count); in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/loaders/
H A Dcsv_parser.cpp49 sv.remove_suffix(std::distance(std::find_if(sv.rbegin(), sv.rend(), nspace).base(), sv.end())); in Trimmed()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dstring_util.h64 string.remove_suffix(count); in RENDER_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/util/
H A Dstring_util.h65 string.remove_suffix(count); in CORE_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp124 path.remove_suffix(1); in Open()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h109 constexpr void remove_suffix(size_type n);
300 constexpr void basic_string_view<CharT>::remove_suffix(size_type n) in remove_suffix() function
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp57 str.remove_suffix(str.size() - pos); in ChopTail()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp444 uri.remove_suffix(uri.size() - gltfPos - extension.size()); in ResolveGltfAndResourceIndex()