Searched refs:root_path (Results 1 – 7 of 7) sorted by relevance
/tools/asuite/atest/integration_tests/ |
D | snapshot.py | 81 root_path: str, 103 name, root_path, include_paths, exclude_paths, env 111 root_path: str, 124 env = self._env_snapshot.restore_snapshot(name, root_path) 127 self._dir_snapshot.restore_snapshot(name, root_path, exclude_paths, env) 198 def restore_snapshot(self, name: str, root_path: str) -> dict[str, str]: 205 root_path, 322 root_path: str, 331 else os.path.join(root_path, path) 368 root_path: str, [all …]
|
D | split_build_test_script.py | 379 def compress_all_sub_files(self, root_path: pathlib.Path) -> None: 389 for file_path in root_path.rglob('*'): 405 def decompress_all_sub_files(self, root_path: pathlib.Path) -> None: 415 for file_path in root_path.rglob('*.zip'):
|
/tools/asuite/aidegen/idea/ |
D | iml_unittest.py | 175 root_path = '/usr/abc/code/root' 176 mock_root_path.return_value = root_path 191 root_path, 192 root_path + "/", 216 self.assertEqual(os.path.basename(root_path),
|
/tools/asuite/aidegen/project/ |
D | project_splitter.py | 350 root_path = common_util.get_android_root_dir() 356 exclude_folders.extend(get_exclude_content(root_path)) 358 exclude_folders.extend(get_exclude_content(root_path, excludes)) 367 str(Path(root_path, relpath))) 435 def get_exclude_content(root_path, excludes=None): argument 455 folder_path = os.path.join(root_path, folder)
|
/tools/asuite/aidegen/lib/ |
D | project_file_gen.py | 250 def _get_all_git_path(root_path): argument 259 for dir_path, dir_names, _ in os.walk(root_path):
|
D | source_locator.py | 388 root_path = common_util.get_android_root_dir() 393 real_path = os.path.join(root_path, os.path.join(*tmp_dir)) 395 return os.path.relpath(real_path, root_path)
|
/tools/repohooks/tools/ |
D | checkpatch.pl | 1114 my $root_path = abs_path($root); 1115 my $status = `cd "$root_path"; echo "$license" | scripts/spdxcheck.py -`;
|