Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd.h73 android::base::Result<void> StagePackages(
Dapexservice.cpp143 Result<void> res = ::android::apex::StagePackages(paths); in stagePackages()
Dapexd.cpp2069 const Result<void> result = StagePackages(apexes); in ScanStagedSessionsDirAndStage()
2117 Result<void> StagePackages(const std::vector<std::string>& tmp_paths) { in StagePackages() function