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

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.h37 #define BUNDLEDISKREP_DIRECTORY "_CodeSignature" macro
H A Dbundlediskrep.cpp221 // If the BUNDLEDISKREP_DIRECTORY directory exists in the bundle's support directory, files
228 mMetaPath = support + "/" BUNDLEDISKREP_DIRECTORY;
247 string meta = metaPath(BUNDLEDISKREP_DIRECTORY);
347 builder.addExclusion("^" BUNDLEDISKREP_DIRECTORY "$");
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.h37 #define BUNDLEDISKREP_DIRECTORY "_CodeSignature" macro
H A Dbundlediskrep.cpp221 // If the BUNDLEDISKREP_DIRECTORY directory exists in the bundle's support directory, files
228 mMetaPath = support + "/" BUNDLEDISKREP_DIRECTORY;
247 string meta = metaPath(BUNDLEDISKREP_DIRECTORY);
347 builder.addExclusion("^" BUNDLEDISKREP_DIRECTORY "$");

Completed in 165 milliseconds