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

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dosxcode.cpp126 mExecutablePath = execPath;
149 if (mExecutablePath.empty())
150 return mExecutablePath = cfStringRelease(CFBundleCopyExecutableURL(cfBundle()));
152 return mExecutablePath;
H A Dosxcode.h102 mutable string mExecutablePath; // cached or determined path to main executable member in class:Security::Bundle
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dosxcode.cpp126 mExecutablePath = execPath;
149 if (mExecutablePath.empty())
150 return mExecutablePath = cfStringRelease(CFBundleCopyExecutableURL(cfBundle()));
152 return mExecutablePath;
H A Dosxcode.h102 mutable string mExecutablePath; // cached or determined path to main executable member in class:Security::Bundle

Completed in 118 milliseconds