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
28
ENSURE_EPHEMERAL
= 1 << 1, // Ensure that the mount is ephemeral.
64
// *
ENSURE_EPHEMERAL
If |true|, the mounted cryptohome will be backed by
/external/chromium_org/chromeos/dbus/
cryptohome_client.cc
188
writer.AppendBool(flags & cryptohome::
ENSURE_EPHEMERAL
);
233
writer.AppendBool(flags & cryptohome::
ENSURE_EPHEMERAL
);
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc
349
cryptohome::CREATE_IF_MISSING | cryptohome::
ENSURE_EPHEMERAL
);
Completed in 444 milliseconds