Searched defs:target_path (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/payload_consumer/
H A Dinstall_plan.h49 // Load the |source_path| and |target_path| of all |partitions| based on the
101 std::string target_path; member in struct:chromeos_update_engine::InstallPlan::Partition
/system/libufdt/
H A Dufdt_overlay.c325 const char *target_path; local
341 target_path =
343 if (target_path == NULL) {
347 *target_node = ufdt_get_node_by_path(tree, target_path);
349 dto_error("failed to find target-path %s\n", target_path);
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc206 const string& target_path = config.target.partitions[i].path; local
208 part_name, install_plan.target_slot, target_path);
220 << " source: " << source_path << " target: " << target_path; local

Completed in 77 milliseconds