HomeSort by: relevance | last modified time | path
    Searched refs:PathName (Results 1 - 9 of 9) sorted by relevancy

  /src/sbin/efi/
devpath4.c 187 uint16_t PathName[];
190 char *PathName;
193 PathName = ucs2_to_utf8(p->PathName, sz, NULL, NULL);
194 path->sz = easprintf(&path->cp, "File(%s)", PathName);
199 DEVPATH_FMT(PathName: %s\n),
201 PathName);
203 free(PathName);
bootvar.c 184 uint16_t PathName[];
195 (void)utf8_to_ucs2(loader, strlen(loader) + 1, pn->PathName,
  /src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 228 char PathName[MAX_PATH + 1];
245 array_lengthof(PathName),
246 PathName,
250 else if (length > array_lengthof(PathName)) {
261 // Make sure PathName is valid.
262 PathName[MAX_PATH] = 0;
263 return PathName;
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Path.inc 127 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))
  /src/sys/external/bsd/gnu-efi/dist/inc/
efidevp.h 403 CHAR16 PathName[1];
406 #define SIZE_OF_FILEPATH_DEVICE_PATH EFI_FIELD_OFFSET(FILEPATH_DEVICE_PATH,PathName)
  /src/sys/external/bsd/gnu-efi/dist/lib/
sread.c 112 // FilePathNode->PathName below is 16-bit aligned.
160 FilePathNode->PathName,
dpath.c 264 CopyMem (FilePath->PathName, FileName, Size);
982 CatPrint(Str, L"%s", Fp->PathName);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
FileManager.cpp 332 if (auto PathName = UFE.File->getName())
333 fillRealPathName(&UFE, *PathName);
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 2434 SmallString<128> PathName;
2435 PathName = Directory->getName();
2436 llvm::sys::path::append(PathName, DirName);
2437 if (auto D = SourceMgr.getFileManager().getDirectory(PathName))

Completed in 57 milliseconds