Searched refs:cfstring (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/files/
H A Dfile_path.cc1202 ScopedCFTypeRef<CFStringRef> cfstring(
1210 if (cfstring) {
1214 CFIndex length = CFStringGetMaximumSizeOfFileSystemRepresentation(cfstring);
1221 Boolean success = CFStringGetFileSystemRepresentation(cfstring,
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp2446 // a reference to an Objective-C class, selector, message ref or cfstring.
2452 bool &cfstring) {
2456 cfstring = false;
2493 cfstring = true;
2632 // The cfstring object in a 64-bit Mach-O file.
3268 // pointer to a cfstring and returns its name or nullptr.
6140 bool classref, selref, msgref, cfstring; local
6142 selref, msgref, cfstring);
6170 if (cfstring) {
2449 GuessPointerPointer(uint64_t ReferenceValue, struct DisassembleInfo *info, bool &classref, bool &selref, bool &msgref, bool &cfstring) argument

Completed in 310 milliseconds