Searched refs:parent_path (Results 1 – 1 of 1) sorted by relevance
454 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders() local455 if (llvm::sys::fs::create_directories(parent_path)) { in preprocessHeaders()456 errx(1, "failed to ensure existence of directory '%s'", parent_path.str().c_str()); in preprocessHeaders()