Home | History | Annotate | Download | only in init

Lines Matching full:start_index

396  * start_index: index of the first path in the args list
398 static void import_late(const std::vector<std::string>& args, size_t start_index, size_t end_index) {
402 if (end_index <= start_index) {
409 for (size_t i = start_index; i < end_index; ++i) {