Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc202 auto dest_path = output_path + "/" + name_parts[0] + "/etc/" + in CombineTargetZipFiles() local
204 LOG(INFO) << "Linking " << initial_path << " to " << dest_path; in CombineTargetZipFiles()
205 if (link(initial_path.c_str(), dest_path.c_str())) { in CombineTargetZipFiles()
206 PLOG(ERROR) << "Could not link " << initial_path << " to " << dest_path; in CombineTargetZipFiles()
254 auto dest_path = output_path + "/" + name_parts[0] + "/etc/" + in CombineTargetZipFiles() local
256 LOG(INFO) << "Linking " << initial_path << " to " << dest_path; in CombineTargetZipFiles()
257 if (link(initial_path.c_str(), dest_path.c_str())) { in CombineTargetZipFiles()
258 PLOG(ERROR) << "Could not link " << initial_path << " to " << dest_path; in CombineTargetZipFiles()