Searched refs:kPasswdFile (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/libroot/
H A Duser_group.h57 extern const char* kPasswdFile;
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp557 string passwdBackup(kPasswdFile);
562 rename(kPasswdFile, passwdBackup.c_str());
567 FileCloser passwdFile(fopen(kPasswdFile, "w"));
570 "writing: %s\n", kPasswdFile, strerror(errno));
1240 FileCloser file(fopen(kPasswdFile, "r"));
1243 kPasswdFile, strerror(errno));
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp32 const char* BPrivate::kPasswdFile = "/etc/passwd"; member in class:BPrivate

Completed in 45 milliseconds