Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 4 of 4) sorted by relevance

/build/ohos/sbom/extraction/
Dlocal_resource_loader.py47 def set_source_root(cls, source_root: Union[str, Path]) -> None: argument
58 def set_out_root(cls, out_root: Union[str, Path]) -> None: argument
69 def to_local_path(cls, relation_path: Union[str, Path]) -> str: argument
300 def _validate_directory(cls, path: Union[str, Path], description: str) -> Path: argument
Dcopyright_and_license_scanner.py275 def scan(self, file_path: Union[str, Path]) -> Dict: argument
304 def scan(self, directory: Union[str, Path]) -> List[Dict]: argument
317 def scan_license_file(self, file_path: Union[str, Path]) -> Dict: argument
/build/ohos/sbom/common/
Dutils.py32 def read_json(path: Union[str, Path]) -> Any: argument
/build/ohos/sbom/pipeline/
Dsbom_generator.py214 def _extract_scanner_info(self, file_path: Union[str, Path]) -> Dict: argument