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

  /external/chromium_org/components/component_updater/
component_updater_paths.cc 15 static int g_components_root_key = -1; member in namespace:component_updater::__anon11006
20 DCHECK_GT(g_components_root_key, 0);
23 // the path for g_components_root_key.
28 if (!PathService::Get(g_components_root_key, &cur))
58 DCHECK_EQ(g_components_root_key, -1);
62 g_components_root_key = components_root_key;

Completed in 84 milliseconds