Searched refs:backslash (Results 1 – 2 of 2) sorted by relevance
75 size_t backslash = path.find_first_of('/', 1); in getPartitionFromRealpath() local76 std::string partition = (backslash != std::string::npos) ? path.substr(1, backslash - 1) : path; in getPartitionFromRealpath()
339 names and values are ignored, so you can use backslash-newline or