Searched defs:Path (Results 1 – 4 of 4) sorted by relevance
| /build/ohos/sbom/extraction/ |
| D | local_resource_loader.py | 47 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
|
| D | copyright_and_license_scanner.py | 275 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/ |
| D | utils.py | 32 def read_json(path: Union[str, Path]) -> Any: argument
|
| /build/ohos/sbom/pipeline/ |
| D | sbom_generator.py | 214 def _extract_scanner_info(self, file_path: Union[str, Path]) -> Dict: argument
|