Searched refs:dest_path (Results 1 – 1 of 1) sorted by relevance
202 auto dest_path = output_path + "/" + name_parts[0] + "/etc/" + in CombineTargetZipFiles() local204 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() local256 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()