Home | History | Annotate | Download | only in browser

Lines Matching defs:old_path

591     std::string old_path;
599 if (!env->GetVar(kPath, &old_path)) {
601 } else if (!IsInPath(old_path, x64_crt_path)) {
602 std::string new_path(old_path);