Home | History | Annotate | Download | only in installd

Lines Matching defs:before

243     char* before = nullptr;
249 if (lgetfilecon(path.c_str(), &before) < 0) {
250 PLOG(ERROR) << "Failed before getfilecon for " << path;
264 if (strcmp(before, after)) {
266 LOG(DEBUG) << "Detected label change from " << before << " to " << after << " at "
280 free(before);
826 // We let the framework scan the new location and persist that before
1060 // Verify that we're actually done before bailing, since sneaky
1972 /* child -- drop privileges before continuing */
2090 /* child -- drop privileges before continuing */