Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dwatchtowerlist.h
/glogg/src/
H A Dwatchtowerlist.h414 size_t slash_pos = path.rfind( '/' ); in directory_path() local
417 if ( slash_pos == std::string::npos ) { in directory_path()
418 slash_pos = path.rfind( '\\' ); in directory_path()
422 ++slash_pos; in directory_path()
425 return std::string( path, 0, slash_pos ); in directory_path()