Home
last modified time | relevance | path

Searched refs:session_dir_path (Results 1 – 2 of 2) sorted by relevance

/system/apex/apexd/
Dapexd_session.cpp121 for (const std::string& session_dir_path : *session_paths) { in GetSessions()
123 auto session = GetSessionFromFile(session_dir_path + "/" + kStateFileName); in GetSessions()
Dapexd.cpp857 std::string session_dir_path = std::string(kStagedSessionsDir) + "/session_" + in VerifySessionDir() local
859 LOG(INFO) << "Scanning " << session_dir_path in VerifySessionDir()
862 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in VerifySessionDir()