Home | History | Annotate | Download | only in applypatch

Lines Matching refs:slash_pos

789     auto slash_pos = target_fs.find('/', 1);
790 if (slash_pos != std::string::npos) {
791 target_fs.resize(slash_pos);