Home
last modified time | relevance | path

Searched refs:GetCStr (Results 1 – 25 of 26) sorted by relevance

12

/external/pdfium/core/src/fxcrt/
Dfxcrt_windows.cpp12 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()
Dfxcrt_posix.cpp43 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()
Dfxcrt_platforms.cpp49 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()
Dfx_xml_composer.cpp23 bsSpace = CFX_ByteStringC(bsFullName.GetCStr(), iStart); in FX_XML_SplitQualifiedName()
25 bsName = CFX_ByteStringC(bsFullName.GetCStr() + iStart, bsFullName.GetLength() - iStart); in FX_XML_SplitQualifiedName()
Dfx_basic_bstring.cpp149 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()
Dfx_basic_util.cpp98 FX_LPCSTR str = strc.GetCStr(); in FX_atonum()
133 FX_LPCSTR str = strc.GetCStr(); in FX_atof()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugMacinfoEntry.cpp100 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
122 m_op2.cstr = mac_info_data.GetCStr(offset_ptr); in Extract()
DDWARFDebugLine.cpp246 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()
DDWARFFormValue.cpp134 case DW_FORM_string: m_value.value.cstr = data.GetCStr(offset_ptr); in ExtractValue()
206 debug_info_data.GetCStr(offset_ptr); in SkipValue()
DDWARFDebugPubnamesSet.cpp99 const char* name = data.GetCStr(offset_ptr); in Extract()
DDWARFDebugInfoEntry.cpp182 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/
Dfpf_skiafontmgr.cpp188 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/
DDataExtractor.h411 GetCStr (lldb::offset_t *offset_ptr) const;
436 GetCStr (lldb::offset_t *offset_ptr, lldb::offset_t len) const;
/external/lldb/source/Host/freebsd/
DHost.cpp200 cstr = data.GetCStr (&offset); in GetFreeBSDProcessArgs()
223 cstr = data.GetCStr(&offset); in GetFreeBSDProcessArgs()
/external/lldb/tools/debugserver/source/
DDNBDataRef.h101 const char * GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
DDNBDataRef.cpp202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const in GetCStr() function in DNBDataRef
/external/lldb/source/Plugins/Process/elf-core/
DProcessElfCore.cpp424 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/
DCommunicationKDP.cpp986 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/
Dfpdf_parser_utility.cpp293 FX_LPCSTR pSrc = bstr.GetCStr(); in PDF_NameDecode()
/external/lldb/source/Core/
DDataExtractor.cpp1083 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/
DSBData.cpp429 value = m_opaque_sp->GetCStr(&offset); in GetString()
/external/pdfium/core/src/fpdfapi/fpdf_font/
Dfpdf_font.cpp537 FX_LPCSTR buf = str.GetCStr(); in _StringToCode()
589 FX_LPCSTR buf = str.GetCStr(); in _StringToWideString()
/external/pdfium/core/include/fxcrt/
Dfx_string.h109 FX_LPCSTR GetCStr() const in GetCStr() function
/external/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp497 const char *name = m_data.GetCStr (&string_file_offset); in GetSectionName()
/external/lldb/source/Host/macosx/
DHost.mm1150 cstr = data.GetCStr (&offset);
1172 cstr = data.GetCStr(&offset);

12