HomeSort by relevance Sort by last modified time
    Searched refs:postinstall (Results 1 - 13 of 13) sorted by null

  /system/update_engine/payload_generator/
payload_generation_config_unittest.cc 31 "POSTINSTALL_PATH_root=postinstall\n"
35 EXPECT_FALSE(image_config.partitions[0].postinstall.IsEmpty());
36 EXPECT_EQ(true, image_config.partitions[0].postinstall.run);
37 EXPECT_EQ("postinstall", image_config.partitions[0].postinstall.path);
38 EXPECT_EQ("ext4", image_config.partitions[0].postinstall.filesystem_type);
39 EXPECT_TRUE(image_config.partitions[0].postinstall.optional);
48 "POSTINSTALL_PATH_root=postinstall\n"
51 EXPECT_TRUE(image_config.partitions[0].postinstall.IsEmpty());
payload_generation_config.cc 96 part.postinstall.run = true;
97 store.GetString("POSTINSTALL_PATH_" + part.name, &part.postinstall.path);
99 &part.postinstall.filesystem_type);
101 &part.postinstall.optional);
104 LOG(ERROR) << "No valid postinstall config found.";
195 // Source partition should not have postinstall.
196 TEST_AND_RETURN_FALSE(part.postinstall.IsEmpty());
215 TEST_AND_RETURN_FALSE(part.postinstall.IsEmpty());
payload_file.h 97 PostInstallConfig postinstall; member in struct:chromeos_update_engine::PayloadFile::Partition
payload_file.cc 93 part.postinstall = new_conf.postinstall;
139 if (part.postinstall.run) {
141 if (!part.postinstall.path.empty())
142 partition->set_postinstall_path(part.postinstall.path);
143 if (!part.postinstall.filesystem_type.empty())
144 partition->set_filesystem_type(part.postinstall.filesystem_type);
145 partition->set_postinstall_optional(part.postinstall.optional);
payload_generation_config.h 35 // Whether the postinstall config is empty.
50 // Whether this postinstall script should be ignored if it fails.
88 PostInstallConfig postinstall; member in struct:chromeos_update_engine::PartitionConfig
104 // Load postinstall config from a key value store.
  /external/curl/packages/Solaris/
Makefile.am 31 for file in pkginfo preinstall postinstall copyright; \
  /frameworks/native/cmds/installd/
Android.mk 52 # OTA postinstall script
  /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 ("
  /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
  /system/sepolicy/prebuilts/api/27.0/private/
file_contexts 29 /postinstall u:object_r:postinstall_mnt_dir:s0
  /system/sepolicy/prebuilts/api/26.0/private/
file_contexts 29 /postinstall u:object_r:postinstall_mnt_dir:s0
  /system/sepolicy/prebuilts/api/28.0/private/
file_contexts 29 /postinstall u:object_r:postinstall_mnt_dir:s0
  /system/sepolicy/private/
file_contexts 29 /postinstall u:object_r:postinstall_mnt_dir:s0

Completed in 198 milliseconds