Searched refs:CFBundle (Results 1 – 5 of 5) sorted by relevance
20 CFBundle::CFBundle(const char *path) : in CFBundle() function in CFBundle31 CFBundle::CFBundle(const CFBundle& rhs) : in CFBundle() function in CFBundle41 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()
19 class CFBundle : public CFReleaser<CFBundleRef>25 CFBundle(const char *path = NULL);26 CFBundle(const CFBundle& rhs);27 CFBundle& operator=(const CFBundle& rhs);29 ~CFBundle();
2121 CFBundle bundle(app_bundle_path); in CopyBundleIDForPath()
41 …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 */,
1964 CFBundle bundle (path); in DNBResolveExecutablePath()