Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/testing/tools/
H A Dapi_check.py83 def _GetFunctionsFromTest(api_test_path): argument
86 with open(api_test_path) as f:
121 api_test_path = os.path.join(src_path, api_test_relative_path)
122 test_functions_per_section = _GetFunctionsFromTest(api_test_path)
130 % api_test_path)