Searched refs:endsWithSlash (Results 1 – 1 of 1) sorted by relevance
113 bool endsWithSlash = (path.find_last_of("/") == path.size() - 1); in RemoveDir() local115 if (endsWithSlash) { in RemoveDir()