Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/tools/hc-gen/src/
Dfile.cpp43 auto separatorPos = path.rfind(OS_SEPARATOR); in GetDir() local
44 if (separatorPos == std::string::npos) { in GetDir()
47 return path.substr(0, separatorPos + 1); in GetDir()