Searched refs:test_data_path (Results 1 – 9 of 9) sorted by relevance
35 FilePath test_data_path; in PathProvider() local36 if (!PathService::Get(DIR_SOURCE_ROOT, &test_data_path)) in PathProvider()38 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()39 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()40 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()41 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()43 *result = test_data_path; in PathProvider()
96 FilePath test_data_path; in PathProvider() local97 if (!PathService::Get(DIR_SRC_TEST_DATA_ROOT, &test_data_path)) { in PathProvider()100 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("base")); in PathProvider()101 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("test")); in PathProvider()102 test_data_path = test_data_path.Append(FILE_PATH_LITERAL("data")); in PathProvider()103 if (!PathExists(test_data_path)) // We don't want to create this. in PathProvider()105 *result = test_data_path; in PathProvider()
234 test_data_path = Path(__file__)235 test_data_path = test_data_path.absolute()236 test_data_path = (237 test_data_path.parent / "data" / "unicode" / "GraphemeBreakTest.txt"240 with open(test_data_path, mode="rt", encoding="utf-8") as file:
26 const char* test_data_path = std::getenv("LIBWEBM_TEST_DATA_PATH"); in GetTestDataDir() local27 return test_data_path ? std::string(test_data_path) : std::string(); in GetTestDataDir()
114 test_data_path = os.path.join(tracing_root_path, 'test_data') variable in TracingProject
94 string test_data_path = 4; field