OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFCBundle
(Results
1 - 2
of
2
) sorted by null
/external/lldb/source/Host/macosx/cfcpp/
CFCBundle.h
1
//===--
CFCBundle
.h ---------------------------------------------*- C++ -*-===//
15
class
CFCBundle
: public CFCReleaser<CFBundleRef>
21
CFCBundle
(const char *path = NULL);
22
CFCBundle
(CFURLRef url);
25
~
CFCBundle
();
44
CFCBundle
(const
CFCBundle
&);
46
const
CFCBundle
&
47
operator=(const
CFCBundle
&);
CFCBundle.cpp
1
//===--
CFCBundle
.cpp -------------------------------------------*- C++ -*-===//
10
#include "
CFCBundle
.h"
14
//
CFCBundle
constructor
16
CFCBundle
::
CFCBundle
(const char *path) :
23
CFCBundle
::
CFCBundle
(CFURLRef url) :
31
CFCBundle
::~
CFCBundle
()
39
CFCBundle
::SetPath (const char *path
[
all
...]
Completed in 1777 milliseconds