Home
last modified time | relevance | path

Searched defs:create_file (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/hermes/
Dutil_hermes.py87 def create_file(self, src_file: str, dest_file: str) -> None: member in UtilHermes
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/hermes/
Dhermes_generator.py65 def create_file(src_file: str, dest_file: str) -> None: member in HermesGenerator
/arkcompiler/ets_frontend/es2panda/test/
Dtest262util.py97 def create_file(self, input_file, output_file, harness, test262_dir): member in Test262Util
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/test262/
Dtest262_generator.py57 def create_file(input_file: str, output_file: str, harness: str, test262_dir: Path) -> None: member in Test262Generator
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dutil_test262.py125 … def create_file(self, input_file: str, output_file: str, harness: str, test262_dir: str) -> None: member in UtilTest262
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dhelpers.py270 def create_file(path: Union[str, Path]): function