Home
last modified time | relevance | path

Searched refs:CFBundle (Results 1 – 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp20 CFBundle::CFBundle(const char *path) : in CFBundle() function in CFBundle
31 CFBundle::CFBundle(const CFBundle& rhs) : in CFBundle() function in CFBundle
41 CFBundle&
42 CFBundle::operator=(const CFBundle& rhs) in operator =()
51 CFBundle::~CFBundle() in ~CFBundle()
59 CFBundle::SetPath (const char *path) in SetPath()
81 CFBundle::GetIdentifier () const in GetIdentifier()
91 CFBundle::CopyExecutableURL () const in CopyExecutableURL()
DCFBundle.h19 class CFBundle : public CFReleaser<CFBundleRef>
25 CFBundle(const char *path = NULL);
26 CFBundle(const CFBundle& rhs);
27 CFBundle& operator=(const CFBundle& rhs);
29 ~CFBundle();
DMachProcess.cpp2121 CFBundle bundle(app_bundle_path); in CopyBundleIDForPath()
/external/lldb/tools/debugserver/debugserver.xcodeproj/
Dproject.pbxproj41 …26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2695DD910D…
62 …3EBFF6007E4CA2 /* CFBundle.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
63 …20D3EBFF6007E4CA2 /* CFBundle.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
264 2695DD920D3EBFF6007E4CA2 /* CFBundle.h */,
265 2695DD910D3EBFF6007E4CA2 /* CFBundle.cpp */,
446 26CE05C5115C36590022F371 /* CFBundle.cpp in Sources */,
/external/lldb/tools/debugserver/source/
DDNB.cpp1964 CFBundle bundle (path); in DNBResolveExecutablePath()