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.cc118 base::FilePath postinstall_path(partition.postinstall_path); in PerformPartitionPostinstall() local
119 if (postinstall_path.IsAbsolute()) { in PerformPartitionPostinstall()
122 << partition.postinstall_path; in PerformPartitionPostinstall()
127 base::FilePath(fs_mount_dir_).Append(postinstall_path).value(); in PerformPartitionPostinstall()
131 << partition.postinstall_path; in PerformPartitionPostinstall()
156 LOG(INFO) << "Performing postinst (" << partition.postinstall_path << " at " in PerformPartitionPostinstall()
163 LOG(INFO) << "Format file for new " << partition.postinstall_path in PerformPartitionPostinstall()
Dinstall_plan.cc117 postinstall_path == that.postinstall_path && in operator ==()
Dinstall_plan.h96 std::string postinstall_path; member
Dpostinstall_runner_action_unittest.cc186 part.postinstall_path = postinstall_program; in RunPosinstallAction()
Ddelta_performer.cc843 install_part.postinstall_path = in ParseManifestPartitions()
844 (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