HomeSort by relevance Sort by last modified time
    Searched full:postinstall (Results 51 - 75 of 134) sorted by null

1 23 4 5 6

  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 84 postInstall(context, intent);
215 protected void postInstall(Context context, Intent intent) {
  /system/update_engine/payload_consumer/
install_plan.h 105 // Whether we should run the postinstall script from this partition and the
106 // postinstall parameters.
  /system/sepolicy/prebuilts/api/26.0/public/
file.te 174 # /postinstall: Mount point used by update_engine to run postinstall.
176 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
attributes 123 # postinstall. This includes the background daemon and the sideload tool from
  /system/sepolicy/prebuilts/api/27.0/public/
file.te 176 # /postinstall: Mount point used by update_engine to run postinstall.
178 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
  /system/update_engine/sample_images/
generate_images.sh 141 # A postinstall bash program.
144 echo "I'm a postinstall program and I know how to write to stdout"
189 # A postinstall bash program.
  /test/vts-testcase/kernel/api/rootdir/
VtsKernelRootDirTest.py 47 ??? postinstall
96 # The A/B updater uses a top-level /postinstall directory to mount the new
98 "/postinstall": "skip_check",
  /external/python/cpython3/Tools/msi/bundle/packagegroups/
postinstall.wxs 4 <PackageGroup Id="postinstall">
  /system/core/rootdir/etc/
ld.config.vndk_lite.txt 28 dir.postinstall = /postinstall
236 # Namespace config for binaries under /postinstall.
243 [postinstall]
ld.config.txt 28 dir.postinstall = /postinstall
338 # Namespace config for binaries under /postinstall.
345 [postinstall]
  /system/extras/postinst/
postinst.sh 32 # The script will run from the "postinstall" SELinux domain, from the old system
  /system/update_engine/
metrics_constants.h 95 kPostInstallFailed, // The postinstall step failed.
update_metadata.proto 237 // for /postinstall to run.
248 // Whether a failure in the postinstall step for this partition should be
  /system/update_engine/payload_generator/
payload_file.h 97 PostInstallConfig postinstall; member in struct:chromeos_update_engine::PayloadFile::Partition
  /system/sepolicy/prebuilts/api/28.0/public/
file.te 233 # /postinstall: Mount point used by update_engine to run postinstall.
235 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
attributes 134 # postinstall. This includes the background daemon and the sideload tool from
  /system/sepolicy/public/
file.te 233 # /postinstall: Mount point used by update_engine to run postinstall.
235 # Files inside the /postinstall mountpoint are all labeled as postinstall_file.
  /external/autotest/client/cros/update_engine/
nano_omaha_devserver.py 48 <action event=\"postinstall\"
  /external/curl/packages/vms/
build_gnv_curl_pcsi_desc.com 7 $! install/upgrade/postinstall steps.
146 $! install/upgrade/postinstall steps.
259 $! execute postinstall
260 $ write pdsc " execute postinstall ("
  /external/python/cpython3/Tools/msi/bundle/
bundle.wxs 110 <PackageGroupRef Id="postinstall" />
  /system/sepolicy/prebuilts/api/26.0/private/
system_server.te 628 # Postinstall
630 # For OTA dexopt, allow calls coming from postinstall.
631 binder_call(system_server, postinstall)
633 allow system_server postinstall:fifo_file write;
  /system/sepolicy/prebuilts/api/27.0/private/
system_server.te 656 # Postinstall
658 # For OTA dexopt, allow calls coming from postinstall.
659 binder_call(system_server, postinstall)
661 allow system_server postinstall:fifo_file write;
  /system/sepolicy/prebuilts/api/28.0/private/
system_server.te 712 # Postinstall
714 # For OTA dexopt, allow calls coming from postinstall.
715 binder_call(system_server, postinstall)
717 allow system_server postinstall:fifo_file write;
    [all...]
  /system/sepolicy/private/
system_server.te 712 # Postinstall
714 # For OTA dexopt, allow calls coming from postinstall.
715 binder_call(system_server, postinstall)
717 allow system_server postinstall:fifo_file write;
    [all...]
  /system/core/rootdir/
Android.mk 128 # The A/B updater uses a top-level /postinstall directory to mount the new
131 LOCAL_POST_INSTALL_CMD += ; mkdir -p $(TARGET_ROOT_OUT)/postinstall

Completed in 2215 milliseconds

1 23 4 5 6