Searched refs:separatorPos (Results 1 – 1 of 1) sorted by relevance
43 auto separatorPos = path.rfind(OS_SEPARATOR); in GetDir() local44 if (separatorPos == std::string::npos) { in GetDir()47 return path.substr(0, separatorPos + 1); in GetDir()