Searched refs:PathName (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/stand/efi/include/ |
| H A D | efidevp.h | 359 CHAR16 PathName[1]; member 362 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
|
| /freebsd-14.2/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1085 CHAR16 PathName[1]; member 1088 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 134 SmallVector<wchar_t, MAX_PATH> PathName; 135 PathName.resize_for_overwrite(PathName.capacity()); 136 DWORD Size = ::GetModuleFileNameW(NULL, PathName.data(), PathName.size()); 144 if (Size == PathName.capacity()) 149 PathName.truncate(Size); 153 if (UTF16ToUTF8(PathName.data(), PathName.size(), PathNameUTF8))
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 362 if (auto PathName = UFE->File->getName()) in getFileRef() local 363 fillRealPathName(UFE, *PathName); in getFileRef()
|
| /freebsd-14.2/stand/efi/libefi/ |
| H A D | efipart.c | 661 len = ucs2len(node->PathName); in efipart_hdinfo_add_filepath() 667 cpy16to8(node->PathName, pathname, len + 1); in efipart_hdinfo_add_filepath()
|
| H A D | devpath.c | 396 if (ucs2_to_utf8(((FILEPATH_DEVICE_PATH *)node)->PathName, in efi_media_dev_path()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2550 SmallString<128> PathName; in parseUmbrellaDirDecl() local 2551 PathName = Directory.getName(); in parseUmbrellaDirDecl() 2552 llvm::sys::path::append(PathName, DirName); in parseUmbrellaDirDecl() 2553 Dir = SourceMgr.getFileManager().getOptionalDirectoryRef(PathName); in parseUmbrellaDirDecl()
|
| /freebsd-14.2/lib/libefivar/ |
| H A D | efivar-dp-format.c | 2013 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath() 2609 ucs2_to_utf8(fp->PathName, &name); in efidp_extract_file_path()
|
| H A D | efivar-dp-parse.c | 3196 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode); in DevPathFromTextFilePath() 3205 v = File->PathName; in DevPathFromTextFilePath()
|
| /freebsd-14.2/stand/efi/loader/ |
| H A D | main.c | 449 ucs2_to_utf8(fp->PathName, &kernel); in match_boot_info()
|