ShouldBypass 120 chrome_elf/create_file/chrome_create_file.cc if (ShouldBypass(file_name)) { ShouldBypass 39 chrome_elf/create_file/chrome_create_file.h bool ShouldBypass(LPCWSTR file_name); ShouldBypass 383 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_FALSE(ShouldBypass(UNC_filepath_file.c_str())); ShouldBypass 386 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_FALSE(ShouldBypass(desktop_junk_path.value().c_str())); ShouldBypass 387 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_FALSE(ShouldBypass(desktop_prefs_path.value().c_str())); ShouldBypass 390 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_TRUE(ShouldBypass(local_prefs_path.value().c_str())); ShouldBypass 391 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str())); ShouldBypass 392 chrome_elf/create_file/chrome_create_file_unittest.cc EXPECT_FALSE(ShouldBypass(local_junk_path.value().c_str()));