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()
857 std::string session_dir_path = std::string(kStagedSessionsDir) + "/session_" + in VerifySessionDir() local859 LOG(INFO) << "Scanning " << session_dir_path in VerifySessionDir()862 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in VerifySessionDir()