Home
last modified time | relevance | path

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

/libcore/tools/expected_upstream/tests/
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(
/libcore/tools/expected_upstream/
Dojluni_upgrade_identicals.py90 new_src_path = new_finder.find_src_path_from_ojluni_path(
Dojluni_modify_expectation.py220 guessed_src_path = openjdk_finder.find_src_path_from_ojluni_path(dst_path)
Dcommon_util.py332 def find_src_path_from_ojluni_path(self, ojluni_path: str) -> str: member in OpenjdkFinder