OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postinstall_path
(Results
1 - 6
of
6
) sorted by null
/system/update_engine/payload_consumer/
postinstall_runner_action.cc
118
base::FilePath
postinstall_path
(partition.
postinstall_path
);
119
if (
postinstall_path
.IsAbsolute()) {
122
<< partition.
postinstall_path
;
127
base::FilePath(fs_mount_dir_).Append(
postinstall_path
).value();
131
<< partition.
postinstall_path
;
156
LOG(INFO) << "Performing postinst (" << partition.
postinstall_path
<< " at "
163
LOG(INFO) << "Format file for new " << partition.
postinstall_path
install_plan.cc
117
postinstall_path
== that.
postinstall_path
&&
install_plan.h
96
std::string
postinstall_path
;
member in struct:chromeos_update_engine::InstallPlan::Partition
postinstall_runner_action_unittest.cc
186
part.
postinstall_path
= postinstall_program;
delta_performer.cc
843
install_part.
postinstall_path
=
844
(partition.has_postinstall_path() ? partition.
postinstall_path
()
[
all
...]
/system/update_engine/
update_metadata.proto
209
// must be run to finalize the update process. See also |
postinstall_path
| and
217
optional string
postinstall_path
= 3;
Completed in 942 milliseconds