Lines Matching refs:result
464 std::string result = edge_->env_->LookupWithFallback(var, eval, this);
467 return result;
472 string result;
474 if (!result.empty())
475 result.push_back(sep);
479 GetWin32EscapedString(path, &result);
481 GetShellEscapedString(path, &result);
484 result.append(path);
487 return result;
592 string result = path;
595 for (char* c = &result[0]; (c = strchr(c, '/')) != NULL;) {
602 return result;