Searched refs:mExecRep (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp54 CODESIGN_DISKREP_CREATE_BUNDLE_PATH(this, (char*)path, (void*)ctx, mExecRep);
61 CODESIGN_DISKREP_CREATE_BUNDLE_REF(this, ref, (void*)ctx, mExecRep);
129 mExecRep = DiskRep::bestFileGuess(this->mainExecutablePath(), ctx);
130 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
132 mFormat = "bundle with " + mExecRep->format();
144 mExecRep = new FileDiskRep(this->mainExecutablePath().c_str());
145 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
155 mExecRep = new FileDiskRep(this->mainExecutablePath().c_str());
156 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
171 mExecRep
[all...]
H A Dbundlediskrep.h105 RefPointer<DiskRep> mExecRep; // DiskRep for main executable file member in class:Security::CodeSigning::BundleDiskRep
124 DiskRep *execRep() { return rep->mExecRep; }
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp54 CODESIGN_DISKREP_CREATE_BUNDLE_PATH(this, (char*)path, (void*)ctx, mExecRep);
61 CODESIGN_DISKREP_CREATE_BUNDLE_REF(this, ref, (void*)ctx, mExecRep);
129 mExecRep = DiskRep::bestFileGuess(this->mainExecutablePath(), ctx);
130 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
132 mFormat = "bundle with " + mExecRep->format();
144 mExecRep = new FileDiskRep(this->mainExecutablePath().c_str());
145 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
155 mExecRep = new FileDiskRep(this->mainExecutablePath().c_str());
156 if (!mExecRep->fd().isPlainFile(this->mainExecutablePath()))
171 mExecRep
[all...]
H A Dbundlediskrep.h105 RefPointer<DiskRep> mExecRep; // DiskRep for main executable file member in class:Security::CodeSigning::BundleDiskRep
124 DiskRep *execRep() { return rep->mExecRep; }

Completed in 181 milliseconds