Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp125 for (const std::string& session_dir_path : *session_paths) { in GetSessions()
127 auto session = GetSessionFromDir(session_dir_path); in GetSessions()
Dapexd.cpp956 std::string session_dir_path = in VerifySessionDir() local
958 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() local
1494 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in GetStagedApexFiles()
1500 << session_dir_path << ". Found: " << scan->size(); in GetStagedApexFiles()