Searched refs:CFBundle (Results 1 – 3 of 3) sorted by relevance
20 CFBundle::CFBundle(const char *path) in CFBundle() function in CFBundle29 CFBundle::CFBundle(const CFBundle &rhs) in CFBundle() function in CFBundle35 CFBundle &CFBundle::operator=(const CFBundle &rhs) { in operator =()43 CFBundle::~CFBundle() {} in ~CFBundle()48 bool CFBundle::SetPath(const char *path) { in SetPath()67 CFStringRef CFBundle::GetIdentifier() const { in GetIdentifier()74 CFURLRef CFBundle::CopyExecutableURL() const { in CopyExecutableURL()
19 class CFBundle : public CFReleaser<CFBundleRef> {24 CFBundle(const char *path = NULL);25 CFBundle(const CFBundle &rhs);26 CFBundle &operator=(const CFBundle &rhs);27 virtual ~CFBundle();
88 CFBundle bundle(path); in ResolveExecutablePath()