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

  /src/sbin/efi/
bootvar.c 184 uint16_t PathName[];
195 (void)utf8_to_ucs2(loader, strlen(loader) + 1, pn->PathName,
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);
  /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/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/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 32 milliseconds