HomeSort by relevance Sort by last modified time
    Searched refs:OutputFileName (Results 1 - 25 of 73) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
FileName.c 433 the trimmed filename is stored in OutputFileName
436 @param OutputFileName - The output file name.
445 OUT CHAR16 *OutputFileName
457 TempNamePointer = OutputFileName;
464 while (TempNamePointer > OutputFileName) {
481 if (TempNamePointer - OutputFileName > EFI_FILE_STRING_LENGTH) {
488 if (*OutputFileName < 0x20 ||
489 *OutputFileName == '\"' ||
490 *OutputFileName == '*' ||
491 *OutputFileName == '/' ||
    [all...]
  /external/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 27 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/CodeGen/
ObjectFilePCHContainerOperations.h 28 const std::string &OutputFileName,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
Vtf.py 185 OutputFileName = ''
191 OutputFileName = 'Vtf%d.raw' % Index
192 OutputFileName = os.path.join(GenFdsGlobalVariable.FvDir, OutputFileName)
193 Arg += ('-o', OutputFileName)
194 FvVtfDict[FvObj.upper()] = OutputFileName
  /external/llvm/tools/dsymutil/
MachOUtils.h 29 StringRef OutputFileName, const LinkOptions &,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 50 INT8 *OutputFileName;
139 if ((BinFptr = fopen (mGlobals.OutputFileName, "rb")) == NULL) {
235 if ((BinFptr = fopen (mGlobals.OutputFileName, "wb")) == NULL) {
236 Error (NULL, 0, 0, mGlobals.OutputFileName, "could not open input file");
259 Error (NULL, 0, 0, mGlobals.OutputFileName, "failed to write GUID to output file");
269 Error (NULL, 0, 0, mGlobals.OutputFileName, "failed to write NULL termination GUID to output file");
387 // -o OutputFileName
391 mGlobals.OutputFileName = Argv[1];
421 if (mGlobals.OutputFileName == NULL) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.h 89 INT8 *OutputFileName,
138 INT8 *OutputFileName,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiLdrImage/
EfiLdrImage.c 173 CHAR8* OutputFileName = NULL;
203 OutputFileName = argv[1];
204 if (OutputFileName == NULL) {
260 if (OutputFileName == NULL) {
265 fpOut = fopen (LongFilePath (OutputFileName), "w+b");
267 Error (NULL, 0, 0001, "Could not open output file", OutputFileName);
316 printf ("Created %s\n", OutputFileName);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenCrc32/
GenCrc32.c 129 CHAR8 *OutputFileName;
145 OutputFileName = NULL;
182 OutputFileName = argv[1];
269 if (OutputFileName == NULL) {
273 VerboseMsg ("Output file name is %s", OutputFileName);
303 OutFile = fopen (LongFilePath (OutputFileName), "wb");
305 Error (NULL, 0, 0001, "Error opening file", OutputFileName);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiHiiPack/
HiiPack.c 105 char *OutputFileName,
113 char *OutputFileName,
184 char *OutputFileName,
197 OutputFileName - name of output HII resource script file to create
231 if ((OutFptr = fopen (OutputFileName, "w")) == NULL) {
232 Error (NULL, 0, 0, OutputFileName, "failed to open output file for writing");
311 char *OutputFileName,
324 OutputFileName - name of output HII package list file to create
339 if (OutputFileName == NULL || PackageListGuid == NULL || PackageFiles == NULL) {
346 if ((OutFptr = fopen (OutputFileName, "wb")) == NULL) {
    [all...]
  /external/clang/include/clang/Frontend/
PCHContainerOperations.h 51 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
78 const std::string &OutputFileName, llvm::raw_pwrite_stream *OS,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Frontend/
PCHContainerOperations.h 52 const std::string &OutputFileName,
79 const std::string &OutputFileName,

Completed in 508 milliseconds

1 2 3