Home
last modified time | relevance | path

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

/external/chromium_org/components/policy/core/common/
Dpolicy_loader_win_unittest.cc1033 base::FilePath gpo_dir(test_data_dir_.AppendASCII("empty")); in TEST_F() local
1035 InitGPO(&gpo, 0, gpo_dir, NULL, NULL); in TEST_F()
1046 base::FilePath gpo_dir(test_data_dir_.AppendASCII("empty")); in TEST_F() local
1048 InitGPO(&gpo, 0, gpo_dir, NULL, NULL); in TEST_F()
1068 base::FilePath gpo_dir(test_data_dir_.AppendASCII("bad")); in TEST_F() local
1070 InitGPO(&gpo, 0, gpo_dir, NULL, NULL); in TEST_F()
1079 base::FilePath gpo_dir(test_data_dir_.AppendASCII("test1")); in TEST_F() local
1081 InitGPO(&gpo, 0, gpo_dir, NULL, NULL); in TEST_F()
1132 base::FilePath gpo_dir(test_data_dir_.AppendASCII("test1")); in TEST_F() local
1136 InitGPO(&gpo1, 0, gpo_dir, &gpo2, NULL); in TEST_F()
[all …]