HomeSort by relevance Sort by last modified time
    Searched defs:FileName (Results 226 - 250 of 307) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h 51 EFI_GUID FileName;
446 EFI_GUID FileName;
453 EFI_GUID FileName;
  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
StatusCodeDataTypeId.h 657 /// The size in bytes of FileName.
664 EFI_STATUS_CODE_STRING_DATA *FileName;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Shell.h 162 CONST CHAR16 *FullName; ///< Fully qualified filename.
163 CONST CHAR16 *FileName; ///< name of this file.
212 @param[in] FileName Pointer to NULL-terminated file path.
237 IN CONST CHAR16 *FileName,
265 @param[in] FileName Points to the NULL-terminated file name.
273 IN CONST CHAR16 *FileName
815 @param[in] FileName Points to the NULL-terminated UCS-2 encoded file name.
829 the FileName. FileHandle is NULL.
841 IN CONST CHAR16 *FileName,
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h 89 CHAR16 *FileName; ///< File name for this file.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLib/
UefiShellLib.c 489 CHAR16 *FileName;
508 FileName = gEfiShellProtocol->GetFilePathFromDevicePath(*FilePath);
509 if (FileName == NULL) {
512 Status = ShellOpenFileByName(FileName, FileHandle, OpenMode, Attributes);
513 FreePool(FileName);
636 This function will open a file or directory referenced by filename.
642 if FileName is NULL then ASSERT()
644 @param FileName pointer to file name
669 IN CONST CHAR16 *FileName,
683 // ASSERT if FileName is NULL
    [all...]
  /external/brotli/c/tools/
brotli.c 58 static FILE* ms_fopen(const char* filename, const char* mode) {
60 fopen_s(&result, filename, mode);
64 static int ms_open(const char* filename, int oflag, int pmode) {
66 _sopen_s(&result, filename, oflag | O_BINARY, _SH_DENYNO, pmode);
137 static const char* FileName(const char* path) {
150 name = FileName(name);
555 char* name = (char*)FileName(context->modified_path);
849 PrintHelp(FileName(argv[0]));
  /external/clang/lib/Frontend/
CompilerInstance.cpp 476 StringRef Filename,
481 const FileEntry *Entry = PP.getFileManager().getFile(Filename);
484 << Filename;
498 Loc.FileName, Loc.Line, Loc.Column,
503 } else if (EnableCodeCompletion(getPreprocessor(), Loc.FileName,
524 StringRef Filename,
529 if (EnableCodeCompletion(PP, Filename, Line, Column))
558 SmallString<128> NewOutFile(OF.Filename);
560 // If '-working-directory' was passed, the output filename should be
566 << OF.TempFilename << OF.Filename << ec.message()
    [all...]
  /external/freetype/include/freetype/
tttables.h 494 FT_Char FileName[6];
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 196 static void error(llvm::Error E, StringRef FileName, const Archive::Child &C,
199 errs() << ToolName << ": " << FileName;
224 static void error(llvm::Error E, StringRef FileName,
227 errs() << ToolName << ": " << FileName;
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_helpers.cc 267 string StripProto(const string& filename) {
268 if (HasSuffixString(filename, ".protodevel")) {
269 return StripSuffixString(filename, ".protodevel");
271 return StripSuffixString(filename, ".proto");
296 string FileName(const FileDescriptor* file) {
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 497 :SPIRVAnnotation(TheTarget, WC), FileName(TheFileName), Line(TheLine),
502 SPIRVLine():FileName(SPIRVID_INVALID), Line(SPIRVWORD_MAX),
514 return FileName;
518 return get<SPIRVString>(FileName)->getStr();
521 void setFileName(SPIRVId fileName) {
522 FileName = fileName;
536 SPIRVId FileName;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DiagnosticInfo.h 289 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
292 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
294 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
296 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
309 StringRef getFileName() const { return FileName; }
315 StringRef FileName;
328 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
330 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
DiagnosticInfo.h 287 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
290 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
292 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
294 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
307 StringRef getFileName() const { return FileName; }
313 StringRef FileName;
326 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
328 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
DiagnosticInfo.h 287 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
290 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
292 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
294 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
307 StringRef getFileName() const { return FileName; }
313 StringRef FileName;
326 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
328 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
DiagnosticInfo.h 281 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
284 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
286 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
288 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
301 StringRef getFileName() const { return FileName; }
307 StringRef FileName;
320 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
322 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
DiagnosticInfo.h 281 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
284 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
286 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
288 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
301 StringRef getFileName() const { return FileName; }
307 StringRef FileName;
320 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
322 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
DiagnosticInfo.h 281 DiagnosticInfoSampleProfile(StringRef FileName, unsigned LineNum,
284 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
286 DiagnosticInfoSampleProfile(StringRef FileName, const Twine &Msg,
288 : DiagnosticInfo(DK_SampleProfile, Severity), FileName(FileName),
301 StringRef getFileName() const { return FileName; }
307 StringRef FileName;
320 DiagnosticInfoPGOProfile(const char *FileName, const Twine &Msg,
322 : DiagnosticInfo(DK_PGOProfile, Severity), FileName(FileName), Msg(Msg) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
Module.h 115 std::string FileName;
124 return FileName + ".timestamp";

Completed in 1676 milliseconds

1 2 3 4 5 6 7 8 91011>>