Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp228 char PathName[MAX_PATH + 1]; in FindProgram() local
245 array_lengthof(PathName), in FindProgram()
246 PathName, in FindProgram()
250 else if (length > array_lengthof(PathName)) { in FindProgram()
262 PathName[MAX_PATH] = 0; in FindProgram()
263 return PathName; in FindProgram()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h403 CHAR16 PathName[1]; member
406 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c160 FilePathNode->PathName, in OpenSimpleReadFile()
H A Ddpath.c264 CopyMem (FilePath->PathName, FileName, Size); in FileDevicePath()
982 CatPrint(Str, L"%s", Fp->PathName); in _DevPathFilePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp332 if (auto PathName = UFE.File->getName()) in getFileRef() local
333 fillRealPathName(&UFE, *PathName); in getFileRef()
/netbsd-src/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-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp2434 SmallString<128> PathName; in parseUmbrellaDirDecl() local
2435 PathName = Directory->getName(); in parseUmbrellaDirDecl()
2436 llvm::sys::path::append(PathName, DirName); in parseUmbrellaDirDecl()
2437 if (auto D = SourceMgr.getFileManager().getDirectory(PathName)) in parseUmbrellaDirDecl()