Home
last modified time | relevance | path

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

/external/libmojo/base/
Dbase_paths.cc33 FilePath test_data_path; in PathProvider() local
34 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()
/external/chromium-trace/catapult/tracing/
Dtracing_project.py95 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in TracingProject