Searched refs:session_dir_path (Results 1 – 2 of 2) sorted by relevance
121 for (const std::string& session_dir_path : *session_paths) { in GetSessions()123 auto session = GetSessionFromFile(session_dir_path + "/" + kStateFileName); in GetSessions()
964 std::string session_dir_path = in VerifySessionDir() local966 LOG(INFO) << "Scanning " << session_dir_path in VerifySessionDir()969 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in VerifySessionDir()1510 std::string session_dir_path = std::string(gConfig->staged_session_dir) + in GetStagedApexFiles() local1513 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in GetStagedApexFiles()1519 << session_dir_path << ". Found: " << scan->size(); in GetStagedApexFiles()