Home
last modified time | relevance | path

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

/freebsd-11-stable/stand/efi/include/
HDefidevp.h330 CHAR16 PathName[1]; member
333 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
HDDevicePath.h1039 CHAR16 PathName[1]; member
1042 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDFileManager.cpp326 if (auto PathName = UFE.File->getName()) in getFileRef() local
327 fillRealPathName(&UFE, *PathName); in getFileRef()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDPath.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/stand/efi/libefi/
HDefipart.c628 len = ucs2len(node->PathName); in efipart_hdinfo_add_filepath()
634 cpy16to8(node->PathName, pathname, len + 1); in efipart_hdinfo_add_filepath()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDModuleMap.cpp2400 SmallString<128> PathName; in parseUmbrellaDirDecl() local
2401 PathName = Directory->getName(); in parseUmbrellaDirDecl()
2402 llvm::sys::path::append(PathName, DirName); in parseUmbrellaDirDecl()
2403 if (auto D = SourceMgr.getFileManager().getDirectory(PathName)) in parseUmbrellaDirDecl()
/freebsd-11-stable/lib/libefivar/
HDefivar-dp-format.c1880 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath()
2465 ucs2_to_utf8(fp->PathName, &name); in efidp_extract_file_path()
HDefivar-dp-parse.c3034 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode); in DevPathFromTextFilePath()
3043 v = File->PathName; in DevPathFromTextFilePath()