Searched refs:backslash (Results 1 – 1 of 1) 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()