Searched refs:temp_label (Results 1 – 1 of 1) sorted by relevance
268 std::string temp_label(label); in FixGitBashLabelEdit() local272 temp_label[0] == '/' && // Only fix for //foo paths, not /f:oo paths in FixGitBashLabelEdit()273 (temp_label.length() < 2 || in FixGitBashLabelEdit()274 (temp_label[1] != '/' && in FixGitBashLabelEdit()275 (temp_label.length() < 3 || temp_label[1] != ':')))) in FixGitBashLabelEdit()276 temp_label.insert(0, "/"); in FixGitBashLabelEdit()277 return temp_label; in FixGitBashLabelEdit()