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.cpp964 std::string session_dir_path = in VerifySessionDir() local
966 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() local
1513 FindFilesBySuffix(session_dir_path, {kApexPackageSuffix}); in GetStagedApexFiles()
1519 << session_dir_path << ". Found: " << scan->size(); in GetStagedApexFiles()