Home
last modified time | relevance | path

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

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/include/platform/common/
H A Dplatform_common.h224 string extractLastDirectoryFromPath(string Path);
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/world/
H A Dscenario.cpp209 string scenarioName = extractLastDirectoryFromPath(scenarioDir); in loadScenarioInfo()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/platform/common/
H A Dplatform_common.cpp1512 string extractLastDirectoryFromPath(string Path) { in extractLastDirectoryFromPath() function