Home | History | Annotate | Download | only in lib

Lines Matching refs:result

31   string result;
36 if (result.empty()) {
37 result = path.ToString();
41 if (result[result.size() - 1] == '/') {
43 StrAppend(&result, path.substr(1));
45 StrAppend(&result, path);
49 StrAppend(&result, path);
51 StrAppend(&result, "/", path);
56 return result;