OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:password_file
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
sync_setup_helper.cc
50
bool SyncSetupHelper::ReadPasswordFile(const base::FilePath&
password_file
) {
53
bool success = base::ReadFileToString(
password_file
, &file_contents);
56
<<
password_file
.value() << "\" does not exist.";
64
<<
password_file
.value()
push_messaging_canary_test.cc
46
base::FilePath
password_file
=
variable
48
ASSERT_TRUE(sync_setup_helper_->ReadPasswordFile(
password_file
));
/external/openssh/openbsd-compat/
port-uw.c
93
char
password_file
[] = "/etc/passwd";
local
97
if ((fd = fopen (
password_file
, "r")) == NULL) {
Completed in 328 milliseconds