Home | History | Annotate | Download | only in update_engine

Lines Matching full:path_suffix

419   const string path_suffix = string("/") + element;
421 if (!base::EndsWith(data->current_path, path_suffix,
428 data->current_path.resize(data->current_path.size() - path_suffix.size());