HomeSort by relevance Sort by last modified time
    Searched refs:CREATE_IF_MISSING (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chromeos/cryptohome/
async_method_caller.h 28 CREATE_IF_MISSING = 1, // Create a cryptohome if it does not exist yet.
62 // * CREATE_IF_MISSING Controls whether or not cryptohomed is asked to create
70 // If the |CREATE_IF_MISSING| flag is not given and no cryptohome exists
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator.cc 342 cryptohome::CREATE_IF_MISSING | cryptohome::ENSURE_EPHEMERAL));
359 cryptohome::CREATE_IF_MISSING);
559 mount_flags |= cryptohome::CREATE_IF_MISSING;
parallel_authenticator_unittest.cc 428 // |CREATE_IF_MISSING| flag to AsyncMount).
434 cryptohome::CREATE_IF_MISSING, _))
551 // create attempt (indicated by the |CREATE_IF_MISSING| flag to AsyncMount).
554 cryptohome::CREATE_IF_MISSING, _))
  /external/chromium_org/chrome/browser/chromeos/login/managed/
managed_user_authenticator.cc 130 cryptohome::CREATE_IF_MISSING));
  /external/chromium_org/chromeos/dbus/
cryptohome_client.cc 165 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
210 writer.AppendBool(flags & cryptohome::CREATE_IF_MISSING);
    [all...]

Completed in 73 milliseconds