Home
last modified time | relevance | path

Searched refs:separatorPos (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_utils.cpp38 std::size_t separatorPos = key.find(RESOURCE_SEPARATOR); in IsCapKeyMatchDeviceId() local
39 if (separatorPos == std::string::npos) { in IsCapKeyMatchDeviceId()
42 std::string keyDevId = key.substr(0, separatorPos); in IsCapKeyMatchDeviceId()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dstd_directory.cpp307 const size_t separatorPos = path.find_last_of('/'); in GetDirName() local
308 if (separatorPos == string::npos) { in GetDirName()
311 path.resize(separatorPos); in GetDirName()
320 const size_t separatorPos = path.find_last_of('/'); in GetBaseName() local
321 if (separatorPos == string::npos) { in GetBaseName()
324 path.erase(0, separatorPos + 1); in GetBaseName()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dpath_util.cpp71 const size_t separatorPos = path.rfind('/'); in GetParentPath() local
72 if (separatorPos == string::npos) { in GetParentPath()
75 return string(path.substr(0, separatorPos + 1)); in GetParentPath()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.h99 const size_t separatorPos = path.rfind('/'); in GetParentPath() local
100 if (separatorPos == BASE_NS::string::npos) { in GetParentPath()
103 return BASE_NS::string(path.substr(0, separatorPos + 1)); in GetParentPath()

Completed in 3 milliseconds