Home
last modified time | relevance | path

Searched refs:IsCanary (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome_elf/
Dchrome_elf_util_unittest.cc41 EXPECT_TRUE(IsCanary(kCanaryExePath)); in TEST()
42 EXPECT_FALSE(IsCanary(kChromeUserExePath)); in TEST()
43 EXPECT_FALSE(IsCanary(kChromiumExePath)); in TEST()
Dchrome_elf_util.h12 bool IsCanary(const wchar_t* exe_path);
Dchrome_elf_util.cc108 bool IsCanary(const wchar_t* exe_path) { in IsCanary() function
147 if (IsCanary(exe_path)) { in AreUsageStatsEnabled()
Dbreakpad.cc47 IsCanary(exe_path)) { in GetCustomInfo()
/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file.cc310 bool is_canary = IsCanary(buffer); in ShouldBypass()