Home
last modified time | relevance | path

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

/aosp_15_r20/libcore/tools/expected_upstream/
H A Dcommon_util.py58 OJLUNI_JAVA_BASE_PATH = 'ojluni/src/main/java/' variable
208 if path.startswith(OJLUNI_JAVA_BASE_PATH):
209 base_path = OJLUNI_JAVA_BASE_PATH
226 'test.') else OJLUNI_JAVA_BASE_PATH
269 for base_path in [OJLUNI_JAVA_BASE_PATH, OJLUNI_TEST_PATH]:
337 if ojluni_path.startswith(OJLUNI_JAVA_BASE_PATH):
339 length = len(OJLUNI_JAVA_BASE_PATH)
H A Dojluni_versions_report.py22 from common_util import OJLUNI_JAVA_BASE_PATH
36 non_test_filter = lambda e: e.dst_path.startswith(OJLUNI_JAVA_BASE_PATH)