Searched refs:PathSep (Results 1 – 1 of 1) sorted by relevance
429 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle() local430 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()432 PathToStyle += ".." + PathSep; in getPathToStyle()438 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript() local439 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()441 PathToJavaScript += ".." + PathSep; in getPathToJavaScript()