Searched refs:dirs_to_scan (Results 1 – 1 of 1) sorted by relevance
2237 std::vector<std::string> dirs_to_scan; in ScanStagedSessionsDirAndStage() local2239 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()2243 dirs_to_scan.push_back(std::string(gConfig->staged_session_dir) + in ScanStagedSessionsDirAndStage()2250 for (const auto& dir_to_scan : dirs_to_scan) { in ScanStagedSessionsDirAndStage()