Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp66 std::vector<std::string> apexd_cmd{"/system/bin/apexd", "--otachroot-bootstrap"}; in ActivateApexPackages() local
69 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() local
79 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() local
268 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in otapreopt_chroot()