Searched refs:b_fixed (Results 1 – 1 of 1) sorted by relevance
187 std::string b_fixed = b; in JoinPath() local188 if (!b_fixed.empty() && b_fixed.front() == '/') b_fixed.erase(0, 1); in JoinPath()189 return a_fixed + "/" + b_fixed; in JoinPath()