Home
last modified time | relevance | path

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

/aosp_15_r20/libcore/tools/expected_upstream/tests/
H A Dcommon_util_test.py185 self.finder.find_src_path_from_ojluni_path(
189 self.finder.find_src_path_from_ojluni_path(
193 self.finder.find_src_path_from_ojluni_path(
197 self.finder.find_src_path_from_ojluni_path(
201 self.finder.find_src_path_from_ojluni_path(
/aosp_15_r20/libcore/tools/expected_upstream/
H A Dojluni_upgrade_identicals.py90 new_src_path = new_finder.find_src_path_from_ojluni_path(
H A Dojluni_modify_expectation.py220 guessed_src_path = openjdk_finder.find_src_path_from_ojluni_path(dst_path)
H A Dcommon_util.py332 def find_src_path_from_ojluni_path(self, ojluni_path: str) -> str: member in OpenjdkFinder