Searched refs:jdk_path (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/tools/asuite/atest/ |
H A D | bazel_mode_unittest.py | 100 jdk_path=None, argument 110 jdk_path=jdk_path, 116 def run_generator(self, mod_info, enabled_features=None, jdk_path=None): argument 123 jdk_path=jdk_path, 1011 gen = self.create_workspace_generator(jdk_path=Path('jdk_src_root')) 1024 gen = self.create_workspace_generator(jdk_path=None) 1033 jdk_path = Path('jdk_path') 1034 gen = self.create_workspace_generator(jdk_path=jdk_path) 1046 gen = self.create_workspace_generator(jdk_path=Path('jdk_src_root')) 1059 gen = self.create_workspace_generator(jdk_path=None) [all …]
|
H A D | bazel_mode.py | 197 jdk_path = _read_robolectric_jdk_path( 207 jdk_path=jdk_path, 382 jdk_path: pathlib.Path = None, 411 self.jdk_path = jdk_path 669 if not self.jdk_path: 684 self.resource_manager.get_src_file_path(self.jdk_path), 1145 jdk_path = pathlib.Path(option.get('value', '')) 1147 if not jdk_path.is_relative_to('prebuilts/jdk'): 1152 return jdk_path
|
/aosp_15_r20/tools/asuite/aidegen/sdk/ |
H A D | jdk_table.py | 90 def __init__(self, config_file, jdk_content, jdk_path, argument 104 self._jdk_path = jdk_path
|