Home | History | Annotate | Download | only in base

Lines Matching refs:test_data_path

35       FilePath test_data_path;
36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path))
38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base"));
39 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test"));
40 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data"));
41 if (!PathExists(test_data_path)) // We don't want to create this.
43 *result = test_data_path;