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

/macosx-10.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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 118 milliseconds