HomeSort by relevance Sort by last modified time
    Searched refs:test_data_path (Results 1 - 4 of 4) sorted by null

  /external/libmojo/base/
base_paths.cc 33 FilePath test_data_path; local
34 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path))
36 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base"));
37 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test"));
38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data"));
39 if (!PathExists(test_data_path)) // We don't want to create this.
41 *result = test_data_path;
    [all...]
  /development/testrunner/test_defs/
host_test.py 80 test_data_path: path to directory that contains test data files
105 options.test_data_path)
  /external/chromium-trace/catapult/tracing/
tracing_project.py 95 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in class:TracingProject
  /development/testrunner/
runtest.py 224 self._options.test_data_path = android_build.GetTestAppPath()

Completed in 79 milliseconds