Searched refs:OSWindows (Results 1 – 1 of 1) sorted by relevance
19 constexpr bool OSWindows = true; variable21 constexpr bool OSWindows = false; variable79 std::size_t Pos = (OSWindows) ? Path.rfind('\\') : Path.rfind('/'); in removePath()