Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_chroot.cpp67 std::string apexd_error_msg; in ActivateApexPackages() local
69 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in ActivateApexPackages()
71 PLOG(ERROR) << "Running otapreopt failed: " << apexd_error_msg; in ActivateApexPackages()
78 std::string apexd_error_msg; in DeactivateApexPackages() local
79 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in DeactivateApexPackages()
81 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in DeactivateApexPackages()
267 std::string apexd_error_msg; in otapreopt_chroot() local
268 bool exec_result = Exec(apexd_cmd, &apexd_error_msg); in otapreopt_chroot()
270 PLOG(ERROR) << "Running /system/bin/apexd --unmount-all failed: " << apexd_error_msg; in otapreopt_chroot()