OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ENSURE_EPHEMERAL
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chromeos/cryptohome/
async_method_caller.h
29
ENSURE_EPHEMERAL
= 1 << 1, // Ensure that the mount is ephemeral.
65
// *
ENSURE_EPHEMERAL
If |true|, the mounted cryptohome will be backed by
/external/chromium_org/chromeos/dbus/
cryptohome_client.cc
166
writer.AppendBool(flags & cryptohome::
ENSURE_EPHEMERAL
);
211
writer.AppendBool(flags & cryptohome::
ENSURE_EPHEMERAL
);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc
342
cryptohome::CREATE_IF_MISSING | cryptohome::
ENSURE_EPHEMERAL
));
Completed in 49 milliseconds