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

/macosx-10.10/Security-57031.1.35/Security/include/security_codesigning/
H A Dbundlediskrep.h129 RefPointer<DiskRep::Writer> execWriter; member in class:Security::CodeSigning::BundleDiskRep::Writer
H A Dbundlediskrep.cpp614 execWriter = rep->mExecRep->writer();
627 if (!execWriter->attribute(writerLastResort)) // willing to take the data...
628 return execWriter->component(slot, data); // ... so hand it through
629 // execWriter doesn't want the data; store it as a resource file (below)
649 execWriter->remove();
672 execWriter->flush();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dbundlediskrep.h129 RefPointer<DiskRep::Writer> execWriter; member in class:Security::CodeSigning::BundleDiskRep::Writer
H A Dbundlediskrep.cpp614 execWriter = rep->mExecRep->writer();
627 if (!execWriter->attribute(writerLastResort)) // willing to take the data...
628 return execWriter->component(slot, data); // ... so hand it through
629 // execWriter doesn't want the data; store it as a resource file (below)
649 execWriter->remove();
672 execWriter->flush();

Completed in 95 milliseconds