Home
last modified time | relevance | path

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

/external/chromium_org/chrome_elf/create_file/
Dchrome_create_file_unittest.cc384 EXPECT_FALSE(ShouldBypass(UNC_filepath_file.c_str())); in TEST_F()
387 EXPECT_FALSE(ShouldBypass(desktop_junk_path.value().c_str())); in TEST_F()
388 EXPECT_FALSE(ShouldBypass(desktop_prefs_path.value().c_str())); in TEST_F()
391 EXPECT_TRUE(ShouldBypass(local_prefs_path.value().c_str())); in TEST_F()
392 EXPECT_TRUE(ShouldBypass(local_state_path.value().c_str())); in TEST_F()
393 EXPECT_FALSE(ShouldBypass(local_junk_path.value().c_str())); in TEST_F()
Dchrome_create_file.h39 bool ShouldBypass(LPCWSTR file_name);
Dchrome_create_file.cc120 if (ShouldBypass(file_name)) { in CreateFileWRedirect()
286 bool ShouldBypass(LPCWSTR file_path) { in ShouldBypass() function