Searched refs:BundleDiskRep (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.h43 // A BundleDiskRep represents a standard Mac OS X bundle on disk.
46 // The BundleDiskRep stores the necessary components in the main executable
50 class BundleDiskRep : public DiskRep { class in namespace:Security::CodeSigning
52 BundleDiskRep(const char *path, const Context *ctx = NULL);
53 BundleDiskRep(CFBundleRef ref, const Context *ctx = NULL);
54 ~BundleDiskRep();
114 class BundleDiskRep::Writer : public DiskRep::Writer {
115 friend class BundleDiskRep;
117 Writer(BundleDiskRep *r);
128 RefPointer<BundleDiskRep> re
[all...]
H A Dbundlediskrep.cpp48 BundleDiskRep::BundleDiskRep(const char *path, const Context *ctx) function in class:Security::CodeSigning::BundleDiskRep
57 BundleDiskRep::BundleDiskRep(CFBundleRef ref, const Context *ctx) function in class:Security::CodeSigning::BundleDiskRep
64 BundleDiskRep::~BundleDiskRep()
69 void BundleDiskRep::setup(const Context *ctx)
224 string BundleDiskRep::metaPath(const char *name)
245 void BundleDiskRep::createMeta()
261 CFDataRef BundleDiskRep
[all...]
H A Ddiskrep.cpp101 return new BundleDiskRep(path, ctx);
106 return new BundleDiskRep(bundle, ctx);
156 return new BundleDiskRep(bundle, &ctx); // ask bundle to make bundle-with-MachO-at-offset
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.h43 // A BundleDiskRep represents a standard Mac OS X bundle on disk.
46 // The BundleDiskRep stores the necessary components in the main executable
50 class BundleDiskRep : public DiskRep { class in namespace:Security::CodeSigning
52 BundleDiskRep(const char *path, const Context *ctx = NULL);
53 BundleDiskRep(CFBundleRef ref, const Context *ctx = NULL);
54 ~BundleDiskRep();
114 class BundleDiskRep::Writer : public DiskRep::Writer {
115 friend class BundleDiskRep;
117 Writer(BundleDiskRep *r);
128 RefPointer<BundleDiskRep> re
[all...]
H A Dbundlediskrep.cpp48 BundleDiskRep::BundleDiskRep(const char *path, const Context *ctx) function in class:Security::CodeSigning::BundleDiskRep
57 BundleDiskRep::BundleDiskRep(CFBundleRef ref, const Context *ctx) function in class:Security::CodeSigning::BundleDiskRep
64 BundleDiskRep::~BundleDiskRep()
69 void BundleDiskRep::setup(const Context *ctx)
224 string BundleDiskRep::metaPath(const char *name)
245 void BundleDiskRep::createMeta()
261 CFDataRef BundleDiskRep
[all...]
H A Ddiskrep.cpp101 return new BundleDiskRep(path, ctx);
106 return new BundleDiskRep(bundle, ctx);
156 return new BundleDiskRep(bundle, &ctx); // ask bundle to make bundle-with-MachO-at-offset

Completed in 122 milliseconds