Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.cc141 base::FilePath postinstall_path(partition.postinstall_path); in PerformPartitionPostinstall() local
142 if (postinstall_path.IsAbsolute()) { in PerformPartitionPostinstall()
145 << partition.postinstall_path; in PerformPartitionPostinstall()
150 base::FilePath(fs_mount_dir_).Append(postinstall_path).value(); in PerformPartitionPostinstall()
154 << partition.postinstall_path; in PerformPartitionPostinstall()
179 LOG(INFO) << "Performing postinst (" << partition.postinstall_path << " at " in PerformPartitionPostinstall()
186 LOG(INFO) << "Format file for new " << partition.postinstall_path in PerformPartitionPostinstall()
Dinstall_plan.cc143 postinstall_path == that.postinstall_path && in operator ==()
Dinstall_plan.h111 std::string postinstall_path; member
Dpostinstall_runner_action_unittest.cc189 part.postinstall_path = postinstall_program; in RunPostinstallAction()
350 part.postinstall_path = kPostinstallDefaultScript; in TEST_F()
Ddelta_performer.cc848 install_part.postinstall_path = in ParseManifestPartitions()
849 (partition.has_postinstall_path() ? partition.postinstall_path() in ParseManifestPartitions()
/system/update_engine/
Dupdate_metadata.proto235 // must be run to finalize the update process. See also |postinstall_path| and
243 optional string postinstall_path = 3; field
/system/update_engine/update_engine/
Dupdate_metadata.proto235 // must be run to finalize the update process. See also |postinstall_path| and
243 optional string postinstall_path = 3; field