Searched refs:ShouldBypass (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome_elf/create_file/
H A Dchrome_create_file.h13 // criteria defined in ShouldBypass() are satisfied for |lp_file_name|.
39 bool ShouldBypass(LPCWSTR file_name);
H A Dchrome_create_file_unittest.cc384 EXPECT_FALSE(ShouldBypass(UNC_filepath_file.c_str()));
387 EXPECT_FALSE(ShouldBypass(desktop_junk_path.value().c_str()));
388 EXPECT_FALSE(ShouldBypass(desktop_prefs_path.value().c_str()));
391 EXPECT_TRUE(ShouldBypass(local_prefs_path.value().c_str()));
392 EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str()));
393 EXPECT_FALSE(ShouldBypass(local_junk_path.value().c_str()));
H A Dchrome_create_file.cc52 // ShouldBypass(). Chrome_elf cannot have a load-time dependency on shell32 or
120 if (ShouldBypass(file_name)) {
286 bool ShouldBypass(LPCWSTR file_path) { function

Completed in 283 milliseconds