Home
last modified time | relevance | path

Searched refs:cfstring (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/base/strings/
H A Dsys_string_conversions_apple.mm29 StringType CFStringToStringWithEncodingT(CFStringRef cfstring,
31 CFIndex length = CFStringGetLength(cfstring);
38 CFIndex converted = CFStringGetBytes(cfstring, whole_string, encoding,
58 CFStringGetBytes(cfstring, whole_string, encoding,
85 apple::ScopedCFTypeRef<CFStringRef> cfstring(CFStringCreateWithBytesNoCopy(
91 if (!cfstring) {
95 return CFStringToStringWithEncodingT<OutStringType>(cfstring.get(),
/aosp_15_r20/external/cronet/net/base/
H A Dnet_string_util_icu_alternatives_ios.mm47 base::apple::ScopedCFTypeRef<CFStringRef> cfstring(CFStringCreateWithBytes(
51 if (!cfstring) {
54 *output = base::SysCFStringRefToUTF8(cfstring.get());
80 base::apple::ScopedCFTypeRef<CFStringRef> cfstring =
84 cfstring.get()));
/aosp_15_r20/external/libchrome/base/files/
H A Dfile_path.cc1206 ScopedCFTypeRef<CFStringRef> cfstring( in GetHFSDecomposedForm() local
1214 if (cfstring) { in GetHFSDecomposedForm()
1218 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring); in GetHFSDecomposedForm()
1225 Boolean success = CFStringGetFileSystemRepresentation(cfstring, in GetHFSDecomposedForm()
/aosp_15_r20/external/cronet/base/files/
H A Dfile_path.cc1272 apple::ScopedCFTypeRef<CFStringRef> cfstring(CFStringCreateWithBytesNoCopy( in GetHFSDecomposedForm() local
1276 if (cfstring) { in GetHFSDecomposedForm()
1281 CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring.get()); in GetHFSDecomposedForm()
1289 CFStringGetFileSystemRepresentation(cfstring.get(), &result[0], length); in GetHFSDecomposedForm()
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/X86/
H A Dmacho-symbolized-disassembly.test19 ObjC-OBJ: 0000000000000008 leaq 0xb1(%rip), %rax ## Objc cfstring ref: @"The current date an…
25 ObjC-EXE: 0000000100000ee8 leaq 0x159(%rip), %rax ## Objc cfstring ref: @"The current date an…
/aosp_15_r20/external/llvm/test/tools/llvm-objdump/AArch64/
H A Dmacho-symbolized-disassembly.test21 ObjC-EXE: 0000000100007f2c add x0, x0, #0x20 ; Objc cfstring ref: @"The current date and time is: %…
/aosp_15_r20/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2452 bool &cfstring) { in GuessPointerPointer() argument
2456 cfstring = false; in GuessPointerPointer()
2493 cfstring = true; in GuessPointerPointer()
6140 bool classref, selref, msgref, cfstring; in GuessLiteralPointer() local
6142 selref, msgref, cfstring); in GuessLiteralPointer()
6170 if (cfstring) { in GuessLiteralPointer()