Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/split-file/
H A Dsplit-file.cpp113 SmallString<256> partPath; in handle() local
115 partPath.clear(); in handle()
116 sys::path::append(partPath, output, keyValue.first); in handle()
118 sys::fs::create_directories(sys::path::parent_path(partPath)); in handle()
121 auto f = std::make_unique<ToolOutputFile>(partPath.str(), ec, in handle()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dbfdio.c134 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t)); in _bfd_real_fopen()
137 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize); in _bfd_real_fopen()
142 partPath[ix] = '\\'; in _bfd_real_fopen()
147 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart); in _bfd_real_fopen()
155 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart); in _bfd_real_fopen()
156 free (partPath); in _bfd_real_fopen()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dbfdio.c138 wchar_t * partPath = calloc (partPathWSize, sizeof(wchar_t)); in _bfd_real_fopen()
141 MultiByteToWideChar (cp, 0, filename, -1, partPath, partPathWSize); in _bfd_real_fopen()
146 partPath[ix] = '\\'; in _bfd_real_fopen()
151 long fullPathWSize = GetFullPathNameW (partPath, 0, NULL, lpFilePart); in _bfd_real_fopen()
164 GetFullPathNameW (partPath, fullPathWSize, fullPathOffset, lpFilePart); in _bfd_real_fopen()
165 free (partPath); in _bfd_real_fopen()
/netbsd-src/usr.bin/make/
H A Ddir.c845 SearchPath *partPath; in SearchPath_ExpandMiddle() local
873 partPath = SearchPath_New(); in SearchPath_ExpandMiddle()
874 (void)SearchPath_Add(partPath, dirpath); in SearchPath_ExpandMiddle()
875 DirExpandPath(wildcardComponent + 1, partPath, expansions); in SearchPath_ExpandMiddle()
876 SearchPath_Free(partPath); in SearchPath_ExpandMiddle()