Searched refs:test_data_path (Results 1 – 2 of 2) sorted by relevance
33 FilePath test_data_path; in PathProvider() local34 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()36 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()37 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()39 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()41 *result = test_data_path; in PathProvider()
95 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in TracingProject