Searched refs:StagePackages (Results 1 – 3 of 3) sorted by relevance
73 android::base::Result<void> StagePackages(
143 Result<void> res = ::android::apex::StagePackages(paths); in stagePackages()
2069 const Result<void> result = StagePackages(apexes); in ScanStagedSessionsDirAndStage()2117 Result<void> StagePackages(const std::vector<std::string>& tmp_paths) { in StagePackages() function