Home | History | Annotate | Download | only in installd

Lines Matching full:postinstall

77     // We need to run the otapreopt tool from the postinstall partition. As such, set up a
86 // Make postinstall private, so that our changes don't propagate.
87 if (mount("", "/postinstall", nullptr, MS_PRIVATE, nullptr) != 0) {
97 std::string trg = StringPrintf("/postinstall%s", kBindMounts[i]);
121 "/postinstall/vendor",
134 "/postinstall/product",
141 // Chdir into /postinstall.
142 if (chdir("/postinstall") != 0) {
143 PLOG(ERROR) << "Unable to chdir into /postinstall.";
147 // Make /postinstall the root in our mount namespace.