Searched refs:PathSep (Results 1 – 1 of 1) sorted by relevance
424 std::string PathSep = std::string(sys::path::get_separator()); in getPathToStyle() local425 unsigned NumSeps = ViewPath.count(PathSep); in getPathToStyle()427 PathToStyle += ".." + PathSep; in getPathToStyle()433 std::string PathSep = std::string(sys::path::get_separator()); in getPathToJavaScript() local434 unsigned NumSeps = ViewPath.count(PathSep); in getPathToJavaScript()436 PathToJavaScript += ".." + PathSep; in getPathToJavaScript()