Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dpath_tools.cpp160 void SplitPath(string_view pathIn, string_view& drive, string_view& path, string_view& filename, st… in SplitPath() function
/foundation/ability/idl_tool/idl_tool_2/util/
Dfile.cpp350 std::vector<std::string> File::SplitPath(const std::string& path) in CreatePartDir() function in OHOS::Idl::File