Searched refs:apexd_cmd (Results 1 – 1 of 1) sorted by relevance
66 std::vector<std::string> apexd_cmd{"/system/bin/apexd", "--otachroot-bootstrap"}; in ActivateApexPackages() local69 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in ActivateApexPackages()77 std::vector<std::string> apexd_cmd{"/system/bin/apexd", "--unmount-all"}; in DeactivateApexPackages() local79 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in DeactivateApexPackages()266 std::vector<std::string> apexd_cmd{"/system/bin/apexd", "--unmount-all"}; in otapreopt_chroot() local268 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in otapreopt_chroot()