Searched refs:PathName (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp228 char PathName[MAX_PATH + 1]; local
245 array_lengthof(PathName),
246 PathName,
250 else if (length > array_lengthof(PathName)) {
261 // Make sure PathName is valid.
262 PathName[MAX_PATH] = 0;
263 return PathName;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc127 SmallVector<wchar_t, MAX_PATH> PathName;
128 DWORD Size = ::GetModuleFileNameW(NULL, PathName.data(), PathName.capacity());
136 if (Size == PathName.capacity())
141 PathName.set_size(Size);
145 if (UTF16ToUTF8(PathName.data(), PathName.size(), PathNameUTF8))
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h403 CHAR16 PathName[1]; member in struct:_FILEPATH_DEVICE_PATH
406 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c112 // FilePathNode->PathName below is 16-bit aligned.
160 FilePathNode->PathName,
H A Ddpath.c264 CopyMem (FilePath->PathName, FileName, Size);
982 CatPrint(Str, L"%s", Fp->PathName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp332 if (auto PathName = UFE.File->getName())
333 fillRealPathName(&UFE, *PathName);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2434 SmallString<128> PathName; local
2435 PathName = Directory->getName();
2436 llvm::sys::path::append(PathName, DirName);
2437 if (auto D = SourceMgr.getFileManager().getDirectory(PathName))

Completed in 180 milliseconds