Searched refs:mPrefsPath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.cpp173 if (mPrefsPath != prefsPath)
175 mPrefsPath = prefsPath;
193 if (stat(mPrefsPath.c_str(), &st))
227 fd = open(mPrefsPath.c_str(), O_RDONLY, 0);
295 unlink(mPrefsPath.c_str());
311 int fd = open(mPrefsPath.c_str(), O_WRONLY|O_CREAT|O_TRUNC, mode);
342 char *prefsPath = (char *)mPrefsPath.c_str();
H A DDLDBListCFPref.h134 string mPrefsPath, mHomeDir, mUserName; member in class:Security::DLDbListCFPref
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.cpp173 if (mPrefsPath != prefsPath)
175 mPrefsPath = prefsPath;
193 if (stat(mPrefsPath.c_str(), &st))
227 fd = open(mPrefsPath.c_str(), O_RDONLY, 0);
295 unlink(mPrefsPath.c_str());
311 int fd = open(mPrefsPath.c_str(), O_WRONLY|O_CREAT|O_TRUNC, mode);
342 char *prefsPath = (char *)mPrefsPath.c_str();
H A DDLDBListCFPref.h134 string mPrefsPath, mHomeDir, mUserName; member in class:Security::DLDbListCFPref
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.cpp173 if (mPrefsPath != prefsPath)
175 mPrefsPath = prefsPath;
193 if (stat(mPrefsPath.c_str(), &st))
227 fd = open(mPrefsPath.c_str(), O_RDONLY, 0);
295 unlink(mPrefsPath.c_str());
311 int fd = open(mPrefsPath.c_str(), O_WRONLY|O_CREAT|O_TRUNC, mode);
342 char *prefsPath = (char *)mPrefsPath.c_str();
H A DDLDBListCFPref.h134 string mPrefsPath, mHomeDir, mUserName; member in class:Security::DLDbListCFPref

Completed in 174 milliseconds