Home | History | Annotate | Download | only in update_engine

Lines Matching refs:current_path

422   string current_path;
463 data->current_path += string("/") + element;
474 if (data->current_path == "/response/app") {
492 } else if (data->current_path == "/response/app/updatecheck") {
503 } else if (data->current_path == "/response/daystart") {
507 } else if (data->current_path == "/response/app/updatecheck/urls/url") {
511 } else if (data->current_path ==
518 } else if (data->current_path == "/response/app/updatecheck/manifest") {
522 } else if (data->current_path ==
539 if (!base::EndsWith(data->current_path, path_suffix,
542 << "' with current_path='" << data->current_path << "'";
546 data->current_path.resize(data->current_path.size() - path_suffix.size());