Searched refs:session_dir_path (Results 1 – 2 of 2) sorted by relevance
125 for (const std::string& session_dir_path : *session_paths) { in GetSessions()127 auto session = GetSessionFromDir(session_dir_path); in GetSessions()
956 std::string session_dir_path = in VerifySessionDir() local958 LOG(INFO) << "Scanning " << session_dir_path in VerifySessionDir()961 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in VerifySessionDir()1491 std::string session_dir_path = std::string(gConfig->staged_session_dir) + in GetStagedApexFiles() local1494 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in GetStagedApexFiles()1500 << session_dir_path << ". Found: " << scan->size(); in GetStagedApexFiles()