/external/pdfium/core/src/fxcrt/ |
D | fxcrt_windows.cpp | 12 FX_DWORD dwAttri = ::GetFileAttributesA(fileName.GetCStr()); in FX_File_Exist() 64 …m_hFile = ::CreateFileA(fileName.GetCStr(), dwAccess, dwShare, NULL, dwCreation, FILE_ATTRIBUTE_NO… in Open() 192 return ::DeleteFileA(fileName.GetCStr()); in FX_File_Delete() 200 return ::CopyFileA(fileNameSrc.GetCStr(), fileNameDst.GetCStr(), FALSE); in FX_File_Copy() 208 return ::MoveFileA(fileNameSrc.GetCStr(), fileNameDst.GetCStr()); in FX_File_Move()
|
D | fxcrt_posix.cpp | 43 m_nFD = open(fileName.GetCStr(), nFlags, nMasks); in Open() 139 return access(fileName.GetCStr(), F_OK) > -1; in FX_File_Exist() 147 return remove(fileName.GetCStr()) > -1; in FX_File_Delete() 184 return rename(fileNameSrc.GetCStr(), fileNameDst.GetCStr()); in FX_File_Move()
|
D | fxcrt_platforms.cpp | 49 m_hFile = FXSYS_fopen(fileName.GetCStr(), strMode.c_str()); in Open() 143 return access(fileName.GetCStr(), F_OK) > -1; in FX_File_Exist() 151 return remove(fileName.GetCStr()) > -1; in FX_File_Delete() 186 return rename(fileNameSrc.GetCStr(), fileNameDst.GetCStr()); in FX_File_Move()
|
D | fx_xml_composer.cpp | 23 bsSpace = CFX_ByteStringC(bsFullName.GetCStr(), iStart); in FX_XML_SplitQualifiedName() 25 bsName = CFX_ByteStringC(bsFullName.GetCStr() + iStart, bsFullName.GetLength() - iStart); in FX_XML_SplitQualifiedName()
|
D | fx_basic_bstring.cpp | 149 FXSYS_memcpy32(m_pData->m_String, str1.GetCStr(), str1.GetLength()); in CFX_ByteString() 150 FXSYS_memcpy32(m_pData->m_String + str1.GetLength(), str2.GetCStr(), str2.GetLength()); in CFX_ByteString() 167 AssignCopy(str.GetLength(), str.GetCStr()); in operator =() 232 ConcatInPlace(string.GetLength(), string.GetCStr()); in operator +=() 252 FXSYS_memcmp32(m_pData->m_String, str.GetCStr(), str.GetLength()) == 0; in Equal() 828 lpszSub.GetCStr(), lpszSub.GetLength()); in Find() 891 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 913 … FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen); in Replace() 916 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength()); in Replace()
|
D | fx_basic_util.cpp | 98 FX_LPCSTR str = strc.GetCStr(); in FX_atonum() 133 FX_LPCSTR str = strc.GetCStr(); in FX_atof()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFDebugMacinfoEntry.cpp | 100 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract() 122 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
|
D | DWARFDebugLine.cpp | 246 fileEntry.name = debug_line_data.GetCStr(&offset); in DumpStatementOpcodes() 436 s = debug_line_data.GetCStr(offset_ptr); in ParsePrologue() 445 const char* name = debug_line_data.GetCStr( offset_ptr ); in ParsePrologue() 493 s = debug_line_data.GetCStr(&offset); in ParseSupportFiles() 503 const char* path = debug_line_data.GetCStr( &offset ); in ParseSupportFiles() 669 fileEntry.name = debug_line_data.GetCStr(offset_ptr); in ParseStatementTable()
|
D | DWARFFormValue.cpp | 134 case DW_FORM_string: m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue() 206 debug_info_data.GetCStr(offset_ptr); in SkipValue()
|
D | DWARFDebugPubnamesSet.cpp | 99 const char* name = data.GetCStr(offset_ptr); in Extract()
|
D | DWARFDebugInfoEntry.cpp | 182 debug_info_data.GetCStr (&offset); in FastExtract() 347 … case DW_FORM_string : debug_info_data.GetCStr(&offset); break; in Extract()
|
/external/pdfium/core/src/fxge/android/ |
D | fpf_skiafontmgr.cpp | 188 FX_LPCSTR pBuffer = bsfamily.GetCStr(); in FPF_SKIANormalizeFontName() 401 args.pathname = (FT_String*)bsFile.GetCStr(); in GetFontFace() 430 void *handle = FX_OpenFolder(path.GetCStr()); in ScanPath() 464 pFontDesc->SetPath(file.GetCStr()); in ScanFile()
|
/external/lldb/include/lldb/Core/ |
D | DataExtractor.h | 411 GetCStr (lldb::offset_t *offset_ptr) const; 436 GetCStr (lldb::offset_t *offset_ptr, lldb::offset_t len) const;
|
/external/lldb/source/Host/freebsd/ |
D | Host.cpp | 200 cstr = data.GetCStr (&offset); in GetFreeBSDProcessArgs() 223 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
|
/external/lldb/tools/debugserver/source/ |
D | DNBDataRef.h | 101 const char * GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
|
D | DNBDataRef.cpp | 202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr() function in DNBDataRef
|
/external/lldb/source/Plugins/Process/elf-core/ |
D | ProcessElfCore.cpp | 424 const char *cstr = data.GetCStr(offset, AlignToNext(n_namesz, 4)); in Parse() 470 thread_data->name = data.GetCStr(&offset, 20); in ParseFreeBSDThrMisc()
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 986 const char *path = packet.GetCStr(&offset); in DumpPacket() 1040 …eply_port = %u, exc_port = %u, greeting = \"%s\")", reply_port, exc_port, packet.GetCStr(&offset)); in DumpPacket() 1169 const char *path = packet.GetCStr(&offset); in DumpPacket()
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_utility.cpp | 293 FX_LPCSTR pSrc = bstr.GetCStr(); in PDF_NameDecode()
|
/external/lldb/source/Core/ |
D | DataExtractor.cpp | 1083 DataExtractor::GetCStr (offset_t *offset_ptr) const in GetCStr() function in DataExtractor 1122 DataExtractor::GetCStr (offset_t *offset_ptr, offset_t len) const in GetCStr() function in DataExtractor 1617 const char *cstr = GetCStr(&offset); in Dump()
|
/external/lldb/source/API/ |
D | SBData.cpp | 429 value = m_opaque_sp->GetCStr(&offset); in GetString()
|
/external/pdfium/core/src/fpdfapi/fpdf_font/ |
D | fpdf_font.cpp | 537 FX_LPCSTR buf = str.GetCStr(); in _StringToCode() 589 FX_LPCSTR buf = str.GetCStr(); in _StringToWideString()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_string.h | 109 FX_LPCSTR GetCStr() const in GetCStr() function
|
/external/lldb/source/Plugins/ObjectFile/PECOFF/ |
D | ObjectFilePECOFF.cpp | 497 const char *name = m_data.GetCStr (&string_file_offset); in GetSectionName()
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1150 cstr = data.GetCStr (&offset); 1172 cstr = data.GetCStr(&offset);
|