Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.cpp2189 for (const auto& dir_to_scan : dirs_to_scan) { in ScanStagedSessionsDirAndStage() local
2191 FindFilesBySuffix(dir_to_scan, {kApexPackageSuffix}); in ScanStagedSessionsDirAndStage()
2203 dir_to_scan.c_str()); in ScanStagedSessionsDirAndStage()
2213 dir_to_scan.c_str(), session_id); in ScanStagedSessionsDirAndStage()
3639 for (const std::string& dir_to_scan : dirs_to_scan) { in OnOtaChrootBootstrap() local
3640 if (auto status = instance.AddDataApex(dir_to_scan); !status.ok()) { in OnOtaChrootBootstrap()
3641 LOG(ERROR) << "Failed to scan staged apexes from " << dir_to_scan; in OnOtaChrootBootstrap()