Home
last modified time | relevance | path

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

/freebsd-13.1/stand/efi/include/
H A Defidevp.h360 CHAR16 PathName[1]; member
363 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
/freebsd-13.1/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h1085 CHAR16 PathName[1]; member
1088 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp332 if (auto PathName = UFE.File->getName()) in getFileRef() local
333 fillRealPathName(&UFE, *PathName); in getFileRef()
/freebsd-13.1/contrib/llvm-project/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))
/freebsd-13.1/stand/efi/libefi/
H A Defipart.c662 len = ucs2len(node->PathName); in efipart_hdinfo_add_filepath()
668 cpy16to8(node->PathName, pathname, len + 1); in efipart_hdinfo_add_filepath()
H A Ddevpath.c399 if (ucs2_to_utf8(((FILEPATH_DEVICE_PATH *)node)->PathName, in efi_media_dev_path()
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/lib/libefivar/
H A Defivar-dp-format.c1879 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath()
2471 ucs2_to_utf8(fp->PathName, &name); in efidp_extract_file_path()
H A Defivar-dp-parse.c3033 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode); in DevPathFromTextFilePath()
3042 v = File->PathName; in DevPathFromTextFilePath()
/freebsd-13.1/stand/efi/loader/
H A Dmain.c447 ucs2_to_utf8(fp->PathName, &kernel); in match_boot_info()