Searched refs:PathName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/stand/efi/include/ |
| H A D | efidevp.h | 330 CHAR16 PathName[1]; member 333 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
|
| /freebsd-12.1/sys/contrib/edk2/Include/Protocol/ |
| H A D | DevicePath.h | 1039 CHAR16 PathName[1]; member 1042 #define SIZE_OF_FILEPATH_DEVICE_PATH OFFSET_OF(FILEPATH_DEVICE_PATH,PathName)
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileManager.cpp | 288 if (auto PathName = UFE.File->getName()) in getFile() local 289 fillRealPathName(&UFE, *PathName); in getFile()
|
| /freebsd-12.1/contrib/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 129 SmallVector<wchar_t, MAX_PATH> PathName; 130 DWORD Size = ::GetModuleFileNameW(NULL, PathName.data(), PathName.capacity()); 138 if (Size == PathName.capacity()) 143 PathName.set_size(Size); 147 if (UTF16ToUTF8(PathName.data(), PathName.size(), PathNameUTF8))
|
| /freebsd-12.1/stand/efi/libefi/ |
| H A D | efipart.c | 550 len = ucs2len(node->PathName); in efipart_hdinfo_add_filepath() 556 cpy16to8(node->PathName, pathname, len + 1); in efipart_hdinfo_add_filepath()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 2381 SmallString<128> PathName; in parseUmbrellaDirDecl() local 2382 PathName = Directory->getName(); in parseUmbrellaDirDecl() 2383 llvm::sys::path::append(PathName, DirName); in parseUmbrellaDirDecl() 2384 Dir = SourceMgr.getFileManager().getDirectory(PathName); in parseUmbrellaDirDecl()
|
| /freebsd-12.1/lib/libefivar/ |
| H A D | efivar-dp-format.c | 1879 ucs2_to_utf8(Fp->PathName, &name); in DevPathToTextFilePath() 2464 ucs2_to_utf8(fp->PathName, &name); in efidp_extract_file_path()
|
| H A D | efivar-dp-parse.c | 3033 StrCpyS (File->PathName, StrLen (TextDeviceNode) + 1, TextDeviceNode); in DevPathFromTextFilePath() 3042 v = File->PathName; in DevPathFromTextFilePath()
|
| /freebsd-12.1/stand/efi/loader/ |
| H A D | main.c | 411 ucs2_to_utf8(fp->PathName, &kernel); in match_boot_info()
|