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

/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Dbundlediskrep.cpp226 if (mMetaPath.empty()) {
228 mMetaPath = support + "/" BUNDLEDISKREP_DIRECTORY;
229 if (::access(mMetaPath.c_str(), F_OK) == 0) {
232 mMetaPath = support;
236 return mMetaPath + "/" + name;
251 mMetaPath = meta;
H A Dbundlediskrep.h100 std::string mMetaPath; // path to directory containing signing files member in class:Security::CodeSigning::BundleDiskRep
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Dbundlediskrep.cpp226 if (mMetaPath.empty()) {
228 mMetaPath = support + "/" BUNDLEDISKREP_DIRECTORY;
229 if (::access(mMetaPath.c_str(), F_OK) == 0) {
232 mMetaPath = support;
236 return mMetaPath + "/" + name;
251 mMetaPath = meta;
H A Dbundlediskrep.h100 std::string mMetaPath; // path to directory containing signing files member in class:Security::CodeSigning::BundleDiskRep

Completed in 145 milliseconds