Home
last modified time | relevance | path

Searched refs:NO_CRASH (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/tools/crash_cache/
Dcrash_cache.cc75 for (int i = disk_cache::NO_CRASH + 1; i < disk_cache::MAX_CRASH; i++) { in MasterCode()
121 DCHECK(action > disk_cache::NO_CRASH && action < disk_cache::MAX_CRASH); in CreateTargetFolder()
387 if (action <= disk_cache::NO_CRASH || action >= disk_cache::MAX_CRASH) { in main()
/external/cronet/net/disk_cache/blockfile/
Drankings.h28 NO_CRASH = 0, enumerator
Drankings.cc36 NET_EXPORT_PRIVATE RankCrashes g_rankings_crash = NO_CRASH;
96 if (disk_cache::NO_CRASH == disk_cache::g_rankings_crash) in GenerateCrash()