Searched refs:CFBundle (Results 1 - 4 of 4) 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...]
H A DMachProcess.cpp38 #include "CFBundle.h"
2121 CFBundle bundle(app_bundle_path);
/external/lldb/tools/debugserver/source/
H A DDNB.cpp36 #include "CFBundle.h"
1964 CFBundle bundle (path);

Completed in 79 milliseconds