Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp117 SmallString<256> partPath; in handle() local
119 partPath.clear(); in handle()
120 sys::path::append(partPath, output, keyValue.first); in handle()
122 sys::fs::create_directories(sys::path::parent_path(partPath)); in handle()
125 auto f = std::make_unique<ToolOutputFile>(partPath.str(), ec, in handle()
/freebsd-14.2/contrib/bmake/
H A Ddir.c860 SearchPath *partPath; in SearchPath_ExpandMiddle() local
893 partPath = SearchPath_New(); in SearchPath_ExpandMiddle()
894 (void)SearchPath_Add(partPath, dirpath); in SearchPath_ExpandMiddle()
895 DirExpandPath(wildcardComponent + 1, partPath, expansions); in SearchPath_ExpandMiddle()
896 SearchPath_Free(partPath); in SearchPath_ExpandMiddle()