Searched defs:target_path (Results 1 - 2 of 2) 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
99 std::string target_path; member in struct:chromeos_update_engine::InstallPlan::Partition
/system/libufdt/
H A Dufdt_overlay.c342 const char *target_path; local
359 target_path =
361 if (target_path == NULL) {
365 target_node = ufdt_get_node_by_path(tree, target_path);
367 dto_error("failed to find target-path %s\n", target_path);

Completed in 83 milliseconds