Searched defs:CFBundle (Results 1 - 2 of 2) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DCFBundle.h1 //===-- CFBundle.h ----------------------------------------------*- C++ -*-===//
19 class CFBundle : public CFReleaser<CFBundleRef> class in inherits:CFReleaser
25 CFBundle(const char *path = NULL);
26 CFBundle(const CFBundle& rhs);
27 CFBundle& operator=(const CFBundle& rhs);
29 ~CFBundle();
H A DCFBundle.cpp1 //===-- CFBundle.cpp --------------------------------------------*- C++ -*-===//
14 #include "CFBundle.h"
18 // CFBundle constructor
20 CFBundle::CFBundle(const char *path) : function in class:CFBundle
29 // CFBundle copy constructor
31 CFBundle::CFBundle(const CFBundle& rhs) : function in class:CFBundle
39 // CFBundle cop
[all...]

Completed in 551 milliseconds