Lines Matching refs:reverse
969 // Reverse the path components, so we can use pop_back().
970 std::reverse(target_path.begin(), target_path.end());
971 std::reverse(cwd_path.begin(), cwd_path.end());
988 // Reverse again to get the right path order, and join to get the result.
989 std::reverse(target_path.begin(), target_path.end());