Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/extensions/api/
Dextension_api_unittest.cc128 base::FilePath api_features_path; in TEST() local
129 PathService::Get(chrome::DIR_TEST_DATA, &api_features_path); in TEST()
130 api_features_path = api_features_path.AppendASCII("extensions") in TEST()
136 api_features_path, &api_features_str)) << "privileged_api_features.json"; in TEST()
224 base::FilePath api_features_path; in TEST() local
225 PathService::Get(chrome::DIR_TEST_DATA, &api_features_path); in TEST()
226 api_features_path = api_features_path.AppendASCII("extensions") in TEST()
232 api_features_path, &api_features_str)) << "api_features.json"; in TEST()
296 base::FilePath api_features_path; in TEST() local
297 PathService::Get(chrome::DIR_TEST_DATA, &api_features_path); in TEST()
[all …]