Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc128 base::FilePath postinstall_path(partition.postinstall_path); in PerformPartitionPostinstall() local
129 if (postinstall_path.IsAbsolute()) { in PerformPartitionPostinstall()
132 << partition.postinstall_path; in PerformPartitionPostinstall()
137 base::FilePath(fs_mount_dir_).Append(postinstall_path).value(); in PerformPartitionPostinstall()
141 << partition.postinstall_path; in PerformPartitionPostinstall()
166 LOG(INFO) << "Performing postinst (" << partition.postinstall_path << " at " in PerformPartitionPostinstall()
173 LOG(INFO) << "Format file for new " << partition.postinstall_path in PerformPartitionPostinstall()
Dinstall_plan.cc117 postinstall_path == that.postinstall_path && in operator ==()
Dinstall_plan.h92 std::string postinstall_path; member
Dpostinstall_runner_action_unittest.cc179 part.postinstall_path = postinstall_program; in RunPosinstallAction()
Ddelta_performer.cc841 install_part.postinstall_path = in ParseManifestPartitions()
842 (partition.has_postinstall_path() ? partition.postinstall_path() in ParseManifestPartitions()
/system/update_engine/
Dupdate_metadata.proto209 // must be run to finalize the update process. See also |postinstall_path| and
217 optional string postinstall_path = 3; field