Searched refs:dst_path (Results 1 – 1 of 1) sorted by relevance
459 std::string dst_path = dst_dir + "/" + rel_path; in preprocessHeaders() local460 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders()464 if (llvm::sys::fs::copy_file(path, dst_path)) { in preprocessHeaders()466 dst_path.c_str()); in preprocessHeaders()