Searched refs:relative_path (Results 1 – 7 of 7) sorted by relevance
/tools/asuite/atest/integration_tests/ |
D | snapshot.py | 404 relative_path = path.relative_to(root_path).as_posix() 405 if relative_path == '.': 407 file_infos[relative_path] = _FileInfo( 408 relative_path, 420 relative_path = path.relative_to(root_path).as_posix() 422 file_infos[relative_path] = _FileInfo( 423 relative_path, 434 relative_path = path.relative_to(root_path).as_posix() 440 file_infos[relative_path] = _FileInfo( 441 relative_path, [all …]
|
/tools/acloud/public/actions/ |
D | remote_host_cf_device_factory.py | 127 def _GetInstancePath(self, relative_path=""): argument 139 return (remote_path.join(base_dir, relative_path) if relative_path else 142 def _GetArtifactPath(self, relative_path=""): argument 155 return (remote_path.join(remote_image_dir, relative_path) 156 if relative_path else remote_image_dir) 157 return self._GetInstancePath(relative_path)
|
D | remote_host_gf_device_factory.py | 169 def _GetInstancePath(self, relative_path): argument 174 relative_path)
|
/tools/test/mobly_extensions/tools/results_uploader/src/ |
D | mobly_result_converter.py | 234 relative_path = file_path.relative_to(mobly_base_directory) 238 str(relative_path.as_posix()), 679 relative_path = file_path.relative_to(mobly_base_directory) 683 str(relative_path.as_posix()),
|
/tools/treble/build/sandbox/ |
D | overlay.py | 75 relative_path = os.path.relpath(path, bind_destination) 76 path_in_source = os.path.join(bind_mount.source_dir, relative_path)
|
/tools/asuite/aidegen/lib/ |
D | common_util.py | 480 def is_source_under_relative_path(source, relative_path): argument 491 constant.RE_INSIDE_PATH_CHECK.format(relative_path), source)
|
/tools/asuite/atest/ |
D | bazel_mode_unittest.py | 197 def assertFileInWorkspace(self, relative_path, package=''): argument 198 path = self.workspace_out_path.joinpath(package, relative_path) 201 def assertDirInWorkspace(self, relative_path, package=''): argument 202 path = self.workspace_out_path.joinpath(package, relative_path) 205 def assertFileNotInWorkspace(self, relative_path, package=''): argument 206 path = self.workspace_out_path.joinpath(package, relative_path)
|