HomeSort by relevance Sort by last modified time
    Searched full:g_cryptohome_library (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chromeos/cryptohome/
cryptohome_library.cc 311 static CryptohomeLibrary* g_cryptohome_library = NULL; member in namespace:chromeos
316 CHECK(!g_cryptohome_library);
318 g_cryptohome_library = new CryptohomeLibraryImpl();
320 g_cryptohome_library = new CryptohomeLibraryStubImpl();
325 return g_cryptohome_library;
330 CHECK(g_cryptohome_library);
331 delete g_cryptohome_library;
332 g_cryptohome_library = NULL;
337 CHECK(g_cryptohome_library || g_test_cryptohome_library)
341 return g_cryptohome_library;
    [all...]

Completed in 56 milliseconds