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

/external/pdfium/core/src/fxcrt/
H A Dfx_xml_composer.cpp23 bsSpace = CFX_ByteStringC(bsFullName.GetCStr(), iStart);
25 bsName = CFX_ByteStringC(bsFullName.GetCStr() + iStart, bsFullName.GetLength() - iStart);
H A Dfxcrt_posix.cpp47 m_nFD = open(fileName.GetCStr(), nFlags, nMasks);
147 return access(fileName.GetCStr(), F_OK) > -1;
155 return remove(fileName.GetCStr()) > -1;
195 return rename(fileNameSrc.GetCStr(), fileNameDst.GetCStr());
H A Dfxcrt_windows.cpp12 FX_DWORD dwAttri = ::GetFileAttributesA(fileName.GetCStr());
68 m_hFile = ::CreateFileA(fileName.GetCStr(), dwAccess, dwShare, NULL, dwCreation, FILE_ATTRIBUTE_NORMAL, NULL);
200 return ::DeleteFileA(fileName.GetCStr());
208 return ::CopyFileA(fileNameSrc.GetCStr(), fileNameDst.GetCStr(), FALSE);
216 return ::MoveFileA(fileNameSrc.GetCStr(), fileNameDst.GetCStr());
H A Dfxcrt_platforms.cpp53 m_hFile = FXSYS_fopen(fileName.GetCStr(), (FX_LPCSTR)strMode);
151 return access(fileName.GetCStr(), F_OK) > -1;
159 return remove(fileName.GetCStr()) > -1;
197 return rename(fileNameSrc.GetCStr(), fileNameDst.GetCStr());
H A Dfx_basic_bstring.cpp146 FXSYS_memcpy32(m_pData->m_String, str1.GetCStr(), str1.GetLength());
147 FXSYS_memcpy32(m_pData->m_String + str1.GetLength(), str2.GetCStr(), str2.GetLength());
164 AssignCopy(str.GetLength(), str.GetCStr());
229 ConcatInPlace(string.GetLength(), string.GetCStr());
238 FXSYS_memcmp32(m_pData->m_String, str.GetCStr(), str.GetLength()) == 0;
826 lpszSub.GetCStr(), lpszSub.GetLength());
889 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
911 FX_LPCSTR pTarget = FX_strstr(pStart, (FX_STRSIZE)(pEnd - pStart), lpszOld.GetCStr(), nSourceLen);
914 FXSYS_memcpy32(pDest, lpszNew.GetCStr(), lpszNew.GetLength());
1194 if (src.GetCStr() !
[all...]
H A Dfx_basic_util.cpp98 FX_LPCSTR str = strc.GetCStr();
133 FX_LPCSTR str = strc.GetCStr();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugMacinfoEntry.cpp100 m_op2.cstr = mac_info_data.GetCStr(offset_ptr);
122 m_op2.cstr = mac_info_data.GetCStr(offset_ptr);
H A DDWARFDebugPubnamesSet.cpp99 const char* name = data.GetCStr(offset_ptr);
H A DDWARFDebugLine.cpp246 fileEntry.name = debug_line_data.GetCStr(&offset);
436 s = debug_line_data.GetCStr(offset_ptr);
445 const char* name = debug_line_data.GetCStr( offset_ptr );
493 s = debug_line_data.GetCStr(&offset);
503 const char* path = debug_line_data.GetCStr( &offset );
669 fileEntry.name = debug_line_data.GetCStr(offset_ptr);
H A DDWARFFormValue.cpp134 case DW_FORM_string: m_value.value.cstr = data.GetCStr(offset_ptr);
206 debug_info_data.GetCStr(offset_ptr);
H A DDWARFDebugInfoEntry.cpp182 debug_info_data.GetCStr (&offset);
347 case DW_FORM_string : debug_info_data.GetCStr(&offset); break;
/external/lldb/tools/debugserver/source/
H A DDNBDataRef.h101 const char * GetCStr(offset_t *offset_ptr, uint32_t fixed_length = 0) const;
H A DDNBDataRef.cpp199 // GetCStr
202 DNBDataRef::GetCStr(offset_t *offset_ptr, uint32_t fixed_length) const function in class:DNBDataRef
/external/lldb/include/lldb/Core/
H A 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/
H A DHost.cpp200 cstr = data.GetCStr (&offset);
223 cstr = data.GetCStr(&offset);
/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.cpp188 FX_LPCSTR pBuffer = bsfamily.GetCStr();
405 args.pathname = (FT_String*)bsFile.GetCStr();
434 void *handle = FX_OpenFolder(path.GetCStr());
471 pFontDesc->SetPath(file.GetCStr());
/external/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp424 const char *cstr = data.GetCStr(offset, AlignToNext(n_namesz, 4));
470 thread_data->name = data.GetCStr(&offset, 20);
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp986 const char *path = packet.GetCStr(&offset);
1040 s.Printf(" (reply_port = %u, exc_port = %u, greeting = \"%s\")", reply_port, exc_port, packet.GetCStr(&offset));
1169 const char *path = packet.GetCStr(&offset);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_utility.cpp267 FX_LPCSTR pSrc = bstr.GetCStr();
/external/lldb/source/Core/
H A DDataExtractor.cpp1083 DataExtractor::GetCStr (offset_t *offset_ptr) const function in class:DataExtractor
1122 DataExtractor::GetCStr (offset_t *offset_ptr, offset_t len) const function in class:DataExtractor
1617 const char *cstr = GetCStr(&offset);
/external/lldb/source/API/
H A DSBData.cpp429 value = m_opaque_sp->GetCStr(&offset);
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp497 const char *name = m_data.GetCStr (&string_file_offset);
/external/pdfium/core/include/fxcrt/
H A Dfx_string.h98 FX_LPCSTR GetCStr() const function in class:CFX_ByteStringC
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp548 FX_LPCSTR buf = str.GetCStr();
600 FX_LPCSTR buf = str.GetCStr();
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp780 gnu_debuglink_file = data.GetCStr (&gnu_debuglink_offset);

Completed in 737 milliseconds