Home | History | Annotate | Download | only in recovery

Lines Matching refs:dirs

684   std::vector<std::string> dirs;
694 dirs.push_back(name + "/");
700 std::sort(dirs.begin(), dirs.end());
703 // Append dirs to the zips list.
704 zips.insert(zips.end(), dirs.begin(), dirs.end());