Home
last modified time | relevance | path

Searched refs:relative_path (Results 1 – 7 of 7) sorted by relevance

/tools/asuite/atest/integration_tests/
Dsnapshot.py404 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/
Dremote_host_cf_device_factory.py127 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)
Dremote_host_gf_device_factory.py169 def _GetInstancePath(self, relative_path): argument
174 relative_path)
/tools/test/mobly_extensions/tools/results_uploader/src/
Dmobly_result_converter.py234 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/
Doverlay.py75 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/
Dcommon_util.py480 def is_source_under_relative_path(source, relative_path): argument
491 constant.RE_INSIDE_PATH_CHECK.format(relative_path), source)
/tools/asuite/atest/
Dbazel_mode_unittest.py197 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)