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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc128 SmallVector<wchar_t, MAX_PATH> PathName;
129 DWORD Size = ::GetModuleFileNameW(NULL, PathName.data(), PathName.capacity());
137 if (Size == PathName.capacity())
142 PathName.set_size(Size);
146 if (UTF16ToUTF8(PathName.data(), PathName.size(), PathNameUTF8))
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1039 CHAR16 PathName[1]; member in struct:__anon6073
1042 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
/freebsd-11-stable/stand/efi/include/
H A Defidevp.h330 CHAR16 PathName[1]; member in struct:_FILEPATH_DEVICE_PATH
333 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp326 if (auto PathName = UFE.File->getName())
327 fillRealPathName(&UFE, *PathName);
/freebsd-11-stable/stand/efi/libefi/
H A Defipart.c628 len = ucs2len(node->PathName);
634 cpy16to8(node->PathName, pathname, len + 1);
666 * disk based on PathName compares.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp2400 SmallString<128> PathName; local
2401 PathName = Directory->getName();
2402 llvm::sys::path::append(PathName, DirName);
2403 if (auto D = SourceMgr.getFileManager().getDirectory(PathName))
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-format.c1880 ucs2_to_utf8(Fp->PathName, &name);
2465 ucs2_to_utf8(fp->PathName, &name);
H A Defivar-dp-parse.c3034 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode);
3043 v = File->PathName;

Completed in 219 milliseconds