HomeSort by relevance Sort by last modified time
    Searched refs:FileName (Results 76 - 100 of 171) sorted by null

1 2 34 5 6 7

  /external/lzma/CPP/7zip/UI/Common/
Update.h 140 UString FileName;
  /external/lzma/CPP/7zip/UI/Console/
makefile 44 $O\FileName.obj \
Main.cpp 552 if (!errorInfo.FileName.IsEmpty())
554 message += errorInfo.FileName;
  /external/pdfium/core/include/thirdparties/freetype/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
tttables.h 453 FT_Char FileName[6];
    [all...]
  /external/webrtc/src/system_wrappers/source/
file_impl.cc 88 int FileWrapperImpl::FileName(char* fileNameUTF8,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 76 [propget, id(1), helpstring("property FileName")] HRESULT FileName([out, retval] BSTR *pVal);
77 [propput, id(1), helpstring("property FileName")] HRESULT FileName([in] BSTR newVal);
clfs.h 71 WCHAR FileName[MAX_PATH];
patchapi.h 165 WINBOOL PATCHAPI GetFilePatchSignatureA(LPCSTR FileName,ULONG OptionFlags,PVOID OptionData,ULONG IgnoreRangeCount,PPATCH_IGNORE_RANGE IgnoreRangeArray,ULONG RetainRangeCount,PPATCH_RETAIN_RANGE RetainRangeArray,ULONG SignatureBufferSize,PVOID SignatureBuffer);
166 WINBOOL PATCHAPI GetFilePatchSignatureW(LPCWSTR FileName,ULONG OptionFlags,PVOID OptionData,ULONG IgnoreRangeCount,PPATCH_IGNORE_RANGE IgnoreRangeArray,ULONG RetainRangeCount,PPATCH_RETAIN_RANGE RetainRangeArray,ULONG SignatureBufferSizeInBytes,PVOID SignatureBuffer);
  /external/llvm/lib/MC/
MCDwarf.cpp 307 MCOS->EmitBytes(MCDwarfFiles[i].Name); // FileName
347 unsigned MCDwarfLineTable::getFile(StringRef &Directory, StringRef &FileName,
349 return Header.getFile(Directory, FileName, FileNumber);
353 StringRef &FileName,
357 if (FileName.empty()) {
358 FileName = "<stdin>";
361 assert(!FileName.empty());
367 (Directory + Twine('\0') + FileName).str(), FileNumber);
382 // Separate the directory part from the basename of the FileName.
383 StringRef tFileName = sys::path::filename(FileName)
    [all...]
MCContext.cpp 328 unsigned MCContext::GetDwarfFile(StringRef Directory, StringRef FileName,
331 return Table.getFile(Directory, FileName, FileNumber);
WinCOFFObjectWriter.cpp 614 WriteBytes(StringRef(reinterpret_cast<const char *>(i->Aux.File.FileName),
615 sizeof(i->Aux.File.FileName)));
658 static_assert(sizeof(((COFF::AuxiliaryFile *)nullptr)->FileName) == COFF::SymbolSize,
659 "size mismatch for COFF::AuxiliaryFile::FileName");
676 memcpy(Aux.Aux.File.FileName, FI->c_str() + Offset, COFF::SymbolSize);
679 memcpy(Aux.Aux.File.FileName, FI->c_str() + Offset, Length);
680 memset(&Aux.Aux.File.FileName[Length], 0, COFF::SymbolSize - Length);
    [all...]
MCObjectStreamer.cpp 260 StringRef FileName) {
266 Isa, Discriminator, FileName);
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 135 char FileName[cmsMAX_PATH]; // File name if being readed from file
468 snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer);
913 if (!Check(it8, SSTRING, "Filename expected")) return;
924 it8->FileStack[it8->IncludeSP]->FileName,
925 FileNest->FileName, cmsMAX_PATH-1) == FALSE) {
930 FileNest->Stream = fopen(FileNest->FileName, "rt");
933 SynError(it8, "File %s not found", FileNest->FileName);
    [all...]
cmsio0.c 366 cmsIOHANDLER* CMSEXPORT cmsOpenIOhandlerFromFile(cmsContext ContextID, const char* FileName, const char* AccessMode)
371 _cmsAssert(FileName != NULL);
380 fm = fopen(FileName, "rb");
383 cmsSignalError(ContextID, cmsERROR_FILE, "File '%s' not found", FileName);
390 fm = fopen(FileName, "wb");
393 cmsSignalError(ContextID, cmsERROR_FILE, "Couldn't create '%s'", FileName);
410 strncpy(iohandler -> PhysicalFile, FileName, sizeof(iohandler -> PhysicalFile)-1);
    [all...]
  /external/llvm/bindings/ocaml/target/
target_ocaml.c 363 value FileType, value FileName, value Machine) {
367 String_val(FileName), Int_val(FileType),
  /external/clang/lib/Lex/
HeaderSearch.cpp 223 /// getName - Return the directory or filename corresponding to this lookup
235 getFileAndSuggestModule(HeaderSearch &HS, StringRef FileName,
240 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir);
242 const FileEntry *File = HS.getFileMgr().getFile(FileName,
251 HS.hasModuleMap(FileName, Dir, IsSystemHeaderDir))
258 return HS.getFileMgr().getFile(FileName, /*openFile=*/true);
264 StringRef &Filename,
279 llvm::sys::path::append(TmpDir, Filename);
287 RelativePath->append(Filename.begin(), Filename.end())
    [all...]
ModuleMap.cpp 107 /// \brief "Sanitize" a filename so that it can be used as an identifier.
147 static bool isBuiltinHeader(StringRef FileName) {
148 return llvm::StringSwitch<bool>(FileName)
166 isBuiltinHeader(llvm::sys::path::filename(File->getName()))) {
239 StringRef Filename,
289 << Filename;
296 << RequestingModule->getFullModuleName() << Filename;
307 << RequestingModule->getFullModuleName() << Filename;
    [all...]
  /external/chromium_org/base/debug/
stack_trace_win.cc 71 // <tab>SymbolName[0xAddress+Offset] (FileName:LineNo)
119 (*os) << " (" << line.FileName << ":" << line.LineNumber << ")";
  /external/chromium_org/sandbox/win/tools/finder/
ntundoc.h 97 WCHAR FileName[1];
  /external/clang/include/clang/Basic/
Module.h 108 std::string FileName;
392 /// \brief Add a top-level header filename associated with this module.
393 void addTopHeaderFilename(StringRef Filename) {
394 TopHeaderNames.push_back(Filename);
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 157 unsigned getEmitFile(const char *Filename);
314 unsigned SDiagsWriter::getEmitFile(const char *FileName){
315 if (!FileName)
318 unsigned &entry = State->Files[FileName];
329 StringRef Name(FileName);
399 EmitRecordID(RECORD_FILENAME, "FileName", Stream, Record);
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 152 // This implementation ignores the DebugLoc filename because the Intel
160 // If we have no file name yet for the function, use the filename from
236 SourceFileName = Lines.front().second.FileName;
  /external/clang/lib/Format/
Format.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 462 StringRef FileName) {
474 char *FileName_cstr = (char*) Alloc.Allocate(FileName.size(), 1);
475 memcpy(FileName_cstr, FileName.data(), FileName.size());
479 FileName.size())));
    [all...]

Completed in 985 milliseconds

1 2 34 5 6 7